Fix ThinLTO test: depends on the X86 backend

From: Mehdi Amini <mehdi.amini@apple.com>
llvm-svn: 262993
This commit is contained in:
Mehdi Amini 2016-03-09 04:04:40 +00:00
parent 7255d0b068
commit 60ef0f341a
3 changed files with 3 additions and 0 deletions

View File

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