mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-13 23:18:51 +00:00
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:
parent
320404f134
commit
bbc90cea14
@ -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.
|
3
test/Transforms/Inline/X86/lit.local.cfg
Normal file
3
test/Transforms/Inline/X86/lit.local.cfg
Normal file
@ -0,0 +1,3 @@
|
||||
if not 'X86' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
Loading…
Reference in New Issue
Block a user