OSDN Git Service

Move this test to x86-specific directory.
authorSean Silva <chisophugis@gmail.com>
Mon, 1 Aug 2016 03:22:05 +0000 (03:22 +0000)
committerSean Silva <chisophugis@gmail.com>
Mon, 1 Aug 2016 03:22:05 +0000 (03:22 +0000)
No bots have yelled yet, but this test references an x86 intrinsic.
Also, it invokes llc on x86 IR.

Fixup to r277315.

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

test/Transforms/CodeExtractor/X86/InheritTargetAttributes.ll [moved from test/Transforms/CodeExtractor/InheritTargetAttributes.ll with 100% similarity]
test/Transforms/CodeExtractor/X86/lit.local.cfg [new file with mode: 0644]

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