Remove explicit triple and data layout from the test

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@327449 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eugene Zemtsov 2018-03-13 21:10:15 +00:00
parent 0d74daca01
commit 3640be3663

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
}