From: Lang Hames Date: Sat, 20 Apr 2019 21:32:49 +0000 (+0000) Subject: [JITLink] Disable MachO/x86-64 regression test if the X86 target is not built. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e232689821665617e69558eb543dce01534f6b64;p=llvm [JITLink] Disable MachO/x86-64 regression test if the X86 target is not built. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@358830 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/ExecutionEngine/JITLink/MachO_x86-64_relocations.s b/test/ExecutionEngine/JITLink/X86/MachO_x86-64_relocations.s similarity index 100% rename from test/ExecutionEngine/JITLink/MachO_x86-64_relocations.s rename to test/ExecutionEngine/JITLink/X86/MachO_x86-64_relocations.s diff --git a/test/ExecutionEngine/JITLink/X86/lit.local.cfg b/test/ExecutionEngine/JITLink/X86/lit.local.cfg new file mode 100644 index 00000000000..e71f3cc4c41 --- /dev/null +++ b/test/ExecutionEngine/JITLink/X86/lit.local.cfg @@ -0,0 +1,3 @@ +if not 'X86' in config.root.targets: + config.unsupported = True +