From 2966acd1217afb26d7eafa92896d01cbd83ed63a Mon Sep 17 00:00:00 2001 From: Florian Mayer Date: Wed, 12 Oct 2022 15:52:27 -0700 Subject: [PATCH] [MC] only run ELF/AArch64 if supported --- llvm/test/MC/ELF/AArch64/lit.local.cfg | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 llvm/test/MC/ELF/AArch64/lit.local.cfg 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 0000000..67e2628 --- /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 -- 2.7.4