[clang] [PPC][InlineASM] Mark the 'a' constraint as unsupported (PR #96109)
Fangrui Song via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 21 11:39:47 PDT 2024
================
@@ -0,0 +1,10 @@
+// RUN: %clang_cc1 -emit-llvm -triple powerpc64le-linux-gnu -verify %s
----------------
MaskRay wrote:
I think one RUN line (powerpc64) is sufficient. Duplicating this for ELF/XCOFF isn't necessary.
`inline-asm-constraints-error.c` might be a better test name. You can reuse the test for other errors.
https://github.com/llvm/llvm-project/pull/96109
More information about the cfe-commits
mailing list