Make an X86 specific directory and put the recent X86 tti specific

inlining test into it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241223 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher 2015-07-02 01:36:31 +00:00
parent 320404f134
commit bbc90cea14
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; RUN: opt < %s -S -inline | FileCheck %s
; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -S -inline | FileCheck %s
; Check that we only inline when we have compatible target attributes.
; X86 has implemented a target attribute that will verify that the attribute
; sets are compatible.

View File

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