diff options
author | Kamau Bridgeman <kamau.bridgeman.ibm@gmail.com> | 2024-06-24 08:33:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-24 08:33:25 -0400 |
commit | b8979c6b13e9d4cb5051dd6f8ca772a20b14b428 (patch) | |
tree | 9b24c303bcc5577ed4923c5786e16ba38ac7aeeb /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | c053ec95f7e66ff212c8a867426cc7275a4dace6 (diff) | |
download | llvm-b8979c6b13e9d4cb5051dd6f8ca772a20b14b428.zip llvm-b8979c6b13e9d4cb5051dd6f8ca772a20b14b428.tar.gz llvm-b8979c6b13e9d4cb5051dd6f8ca772a20b14b428.tar.bz2 |
[PPC][InlineASM] Mark the 'a' constraint as unsupported (#96109)
'a' is an input/output constraint for restraining assembly variables
to an indexed or indirect address operand. It previously was marked
as supported but would throw an assertion for unknown constraint type
in the back-end when this test case was compiled. This change marks it
as unsupported until we can add full support for address operands
constraining to the compiler code generation.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions