2 Commits

Author SHA1 Message Date
Benjamin Kramer
b644726074 [PPC][InlineASM] Don't write to source directory in test 2024-06-24 16:35:07 +02:00
Kamau Bridgeman
b8979c6b13
[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.
2024-06-24 08:33:25 -04:00