Skip to content

Commit

Permalink
Move this test to x86-specific directory.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
chisophugis committed Aug 1, 2016
1 parent 980a4b4 commit fa714f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/Transforms/CodeExtractor/X86/lit.local.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
if not 'X86' in config.root.targets:
config.unsupported = True

0 comments on commit fa714f9

Please sign in to comment.