From: Peter Collingbourne Date: Sat, 20 Jun 2015 01:14:37 +0000 (+0000) Subject: LibDriver tests require x86 target. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=cdc126d29301e174dd7b12a1290fca73cf738320 LibDriver tests require x86 target. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240205 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/LibDriver/lit.local.cfg b/test/LibDriver/lit.local.cfg new file mode 100644 index 00000000000..e71f3cc4c41 --- /dev/null +++ b/test/LibDriver/lit.local.cfg @@ -0,0 +1,3 @@ +if not 'X86' in config.root.targets: + config.unsupported = True +