[RuntimeDyld] Make sure that RuntimeDyld regression tests only run for targets
authorLang Hames <lhames@gmail.com>
Fri, 27 Jun 2014 23:29:18 +0000 (23:29 +0000)
committerLang Hames <lhames@gmail.com>
Fri, 27 Jun 2014 23:29:18 +0000 (23:29 +0000)
that have been enabled.

Without this, testers will fail when llvm-rtdyld is invoked with triples for
unsupported targets.

llvm-svn: 211969

llvm/test/ExecutionEngine/RuntimeDyld/X86/MachO_x86-64_PIC_relocations.s [moved from llvm/test/ExecutionEngine/RuntimeDyld/MachO_x86-64_PIC_relocations.s with 100% similarity]
llvm/test/ExecutionEngine/RuntimeDyld/X86/lit.local.cfg [new file with mode: 0644]

diff --git a/llvm/test/ExecutionEngine/RuntimeDyld/X86/lit.local.cfg b/llvm/test/ExecutionEngine/RuntimeDyld/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
+