LibDriver tests require x86 target.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240205 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Peter Collingbourne 2015-06-20 01:14:37 +00:00
parent 8c2385dd35
commit cdc126d293

View File

@ -0,0 +1,3 @@
if not 'X86' in config.root.targets:
config.unsupported = True