diff options
| author | Timur Iskhodzhanov <timurrrr@google.com> | 2014-01-28 21:47:33 +0000 |
|---|---|---|
| committer | Timur Iskhodzhanov <timurrrr@google.com> | 2014-01-28 21:47:33 +0000 |
| commit | 7523743075abb994bb36f408855a4b70192191f4 (patch) | |
| tree | a0ded772a8c6fb01f753ab297539cfb3ae35ddf4 /llvm/test/DebugInfo/COFF | |
| parent | 2c659648b38c66f97bcfe5ae642c685f6eb4d2b7 (diff) | |
| download | bcm5719-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.cfg | 3 |
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 |

