From e232689821665617e69558eb543dce01534f6b64 Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Sat, 20 Apr 2019 21:32:49 +0000 Subject: [PATCH] [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 --- test/ExecutionEngine/JITLink/{ => X86}/MachO_x86-64_relocations.s | 0 test/ExecutionEngine/JITLink/X86/lit.local.cfg | 3 +++ 2 files changed, 3 insertions(+) rename test/ExecutionEngine/JITLink/{ => X86}/MachO_x86-64_relocations.s (100%) create mode 100644 test/ExecutionEngine/JITLink/X86/lit.local.cfg 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 + -- 2.11.0