[llvm] 2966acd - [MC] only run ELF/AArch64 if supported

Florian Mayer via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 12 15:54:00 PDT 2022


Author: Florian Mayer
Date: 2022-10-12T15:53:44-07:00
New Revision: 2966acd1217afb26d7eafa92896d01cbd83ed63a

URL: https://github.com/llvm/llvm-project/commit/2966acd1217afb26d7eafa92896d01cbd83ed63a
DIFF: https://github.com/llvm/llvm-project/commit/2966acd1217afb26d7eafa92896d01cbd83ed63a.diff

LOG: [MC] only run ELF/AArch64 if supported

Added: 
    llvm/test/MC/ELF/AArch64/lit.local.cfg

Modified: 
    

Removed: 
    


################################################################################
diff  --git a/llvm/test/MC/ELF/AArch64/lit.local.cfg b/llvm/test/MC/ELF/AArch64/lit.local.cfg
new file mode 100644
index 0000000000000..67e2628a8f565
--- /dev/null
+++ b/llvm/test/MC/ELF/AArch64/lit.local.cfg
@@ -0,0 +1,3 @@
+# We have to reset config.unsupported here because the parent directory is
+# predicated on 'X86'.
+config.unsupported = 'AArch64' not in config.root.targets


        


More information about the llvm-commits mailing list