summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/COFF
diff options
context:
space:
mode:
authorTimur Iskhodzhanov <timurrrr@google.com>2014-01-28 21:47:33 +0000
committerTimur Iskhodzhanov <timurrrr@google.com>2014-01-28 21:47:33 +0000
commit7523743075abb994bb36f408855a4b70192191f4 (patch)
treea0ded772a8c6fb01f753ab297539cfb3ae35ddf4 /llvm/test/DebugInfo/COFF
parent2c659648b38c66f97bcfe5ae642c685f6eb4d2b7 (diff)
downloadbcm5719-llvm-7523743075abb994bb36f408855a4b70192191f4.tar.gz
bcm5719-llvm-7523743075abb994bb36f408855a4b70192191f4.zip
Disable the COFF tests on non-X86 archs
llvm-svn: 200341
Diffstat (limited to 'llvm/test/DebugInfo/COFF')
-rw-r--r--llvm/test/DebugInfo/COFF/lit.local.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/COFF/lit.local.cfg b/llvm/test/DebugInfo/COFF/lit.local.cfg
new file mode 100644
index 00000000000..19840aa7574
--- /dev/null
+++ b/llvm/test/DebugInfo/COFF/lit.local.cfg
@@ -0,0 +1,3 @@
+targets = set(config.root.targets_to_build.split())
+if not 'X86' in targets:
+ config.unsupported = True
OpenPOWER on IntegriCloud