forked from OSchip/llvm-project
Remove explicit triple and data layout from the test
llvm-svn: 327449
This commit is contained in:
parent
ca38766c9c
commit
f69d07e788
|
@ -17,10 +17,6 @@
|
|||
;WIN: win_func
|
||||
;WIN: E:\absolute\windows\path{{[\/]}}win.c
|
||||
|
||||
|
||||
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
|
||||
target triple = "x86_64-pc-linux-gnu"
|
||||
|
||||
define i32 @win_func() #0 !dbg !54 {
|
||||
ret i32 5, !dbg !511
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue