]> granicus.if.org Git - llvm/commitdiff
[JITLink] Disable MachO/x86-64 regression test if the X86 target is not built.
authorLang Hames <lhames@gmail.com>
Sat, 20 Apr 2019 21:32:49 +0000 (21:32 +0000)
committerLang Hames <lhames@gmail.com>
Sat, 20 Apr 2019 21:32:49 +0000 (21:32 +0000)
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 [moved from test/ExecutionEngine/JITLink/MachO_x86-64_relocations.s with 100% similarity]
test/ExecutionEngine/JITLink/X86/lit.local.cfg [new file with mode: 0644]

diff --git a/test/ExecutionEngine/JITLink/X86/lit.local.cfg b/test/ExecutionEngine/JITLink/X86/lit.local.cfg
new file mode 100644 (file)
index 0000000..e71f3cc
--- /dev/null
@@ -0,0 +1,3 @@
+if not 'X86' in config.root.targets:
+    config.unsupported = True
+