[clang] [llvm] [AsmPrinter] Don't check for inlineasm dialect on non-X86 platforms (PR #98097)

David Tellenbach via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 8 18:39:15 PDT 2024


================
@@ -0,0 +1,23 @@
+// REQUIRES: aarch64-registered-target
----------------
dtellenbach wrote:

Yep, seems like I accidentally added a new folder. Targets other than AArch64 and Arm use a subfolder but still rely on `REQUIRES`. AArch64 just dumps everything into the top-level test folder and thus have to rely on `REQUIRES`. 

I now move the test up to `test/CodeGen` and stick with `REQUIRES`. Should be reworked but not in this patch.

https://github.com/llvm/llvm-project/pull/98097


More information about the cfe-commits mailing list