From: Florian Mayer Date: Wed, 12 Oct 2022 22:52:27 +0000 (-0700) Subject: [MC] only run ELF/AArch64 if supported X-Git-Tag: upstream/17.0.6~30764 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2966acd1217afb26d7eafa92896d01cbd83ed63a;p=platform%2Fupstream%2Fllvm.git [MC] only run ELF/AArch64 if supported --- 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