OSDN Git Service

Fix ThinLTO test: depends on the X86 backend
authorMehdi Amini <mehdi.amini@apple.com>
Wed, 9 Mar 2016 04:04:40 +0000 (04:04 +0000)
committerMehdi Amini <mehdi.amini@apple.com>
Wed, 9 Mar 2016 04:04:40 +0000 (04:04 +0000)
From: Mehdi Amini <mehdi.amini@apple.com>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@262993 91177308-0d34-0410-b5e6-96231b3b80d8

test/ThinLTO/X86/Inputs/funcimport.ll [moved from test/ThinLTO/Inputs/funcimport.ll with 100% similarity]
test/ThinLTO/X86/funcimport.ll [moved from test/ThinLTO/funcimport.ll with 100% similarity]
test/ThinLTO/X86/lit.local.cfg [new file with mode: 0644]

diff --git a/test/ThinLTO/X86/lit.local.cfg b/test/ThinLTO/X86/lit.local.cfg
new file mode 100644 (file)
index 0000000..b744761
--- /dev/null
@@ -0,0 +1,3 @@
+if not 'X86' in config.root.targets:
+  config.unsupported = True
+