Remove explicit triple and data layout from the test

llvm-svn: 327449
This commit is contained in:
Eugene Zemtsov 2018-03-13 21:10:15 +00:00
parent ca38766c9c
commit f69d07e788
1 changed files with 0 additions and 4 deletions

View File

@ -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
}