[MC] only run ELF/AArch64 if supported
authorFlorian Mayer <fmayer@google.com>
Wed, 12 Oct 2022 22:52:27 +0000 (15:52 -0700)
committerFlorian Mayer <fmayer@google.com>
Wed, 12 Oct 2022 22:53:44 +0000 (15:53 -0700)
llvm/test/MC/ELF/AArch64/lit.local.cfg [new file with mode: 0644]

diff --git a/llvm/test/MC/ELF/AArch64/lit.local.cfg b/llvm/test/MC/ELF/AArch64/lit.local.cfg
new file mode 100644 (file)
index 0000000..67e2628
--- /dev/null
@@ -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