[clang] [llvm] [AsmPrinter] Don't check for inlineasm dialect on non-X86 platforms (PR #98097)
Jon Roelofs via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 8 16:37:24 PDT 2024
================
@@ -0,0 +1,23 @@
+// REQUIRES: aarch64-registered-target
----------------
jroelofs wrote:
Is this a new folder? There should be a `lit.local.cfg` in there that takes care of this:
```
if "AArch64" not in config.root.targets:
config.unsupported = True
```
If not, please add one.
https://github.com/llvm/llvm-project/pull/98097
More information about the llvm-commits
mailing list