1
1
; ModuleID = 'test2.cpp'
2
- source_filename = "test2.cpp"
3
- target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128"
4
- target triple = "x86_64-pc-windows-msvc19.16.27027"
5
2
6
3
; Function Attrs: noinline norecurse nounwind optnone sspstrong uwtable
7
4
define dso_local i32 @main () #0 {
@@ -13,16 +10,11 @@ define dso_local i32 @main() #0 {
13
10
14
11
declare dso_local i32 @"?f@@YAHXZ" () #1
15
12
16
- attributes #0 = { noinline norecurse nounwind optnone sspstrong uwtable "correctly-rounded-divide-sqrt-fp-math" ="false" "disable-tail-calls" ="false" "less-precise-fpmad" ="false" "no-frame-pointer-elim" ="false" "no-infs-fp-math" ="false" "no-jump-tables" ="false" "no-nans-fp-math" ="false" "no-signed-zeros-fp-math" ="false" "no-trapping-math" ="false" "stack-protector-buffer-size" ="8" "target-cpu" ="x86-64" "target-features" ="+fxsr,+mmx,+sse,+sse2,+x87" "unsafe-fp-math" ="false" "use-soft-float" ="false" }
17
- attributes #1 = { "correctly-rounded-divide-sqrt-fp-math" ="false" "disable-tail-calls" ="false" "less-precise-fpmad" ="false" "no-frame-pointer-elim" ="false" "no-infs-fp-math" ="false" "no-nans-fp-math" ="false" "no-signed-zeros-fp-math" ="false" "no-trapping-math" ="false" "stack-protector-buffer-size" ="8" "target-cpu" ="x86-64" "target-features" ="+fxsr,+mmx,+sse,+sse2,+x87" "unsafe-fp-math" ="false" "use-soft-float" ="false" }
13
+ !llvm.linker.options = !{!0 }
14
+ !llvm.module.flags = !{!1 , !2 }
15
+ !llvm.ident = !{!3 }
18
16
19
- !llvm.linker.options = !{!0 , !1 , !2 }
20
- !llvm.module.flags = !{!3 , !4 }
21
- !llvm.ident = !{!5 }
22
-
23
- !0 = !{!"/DEFAULTLIB:libcmt.lib" }
24
- !1 = !{!"/DEFAULTLIB:oldnames.lib" }
25
- !2 = !{!"/FAILIFMISMATCH:\22 TEST=2\22 " }
26
- !3 = !{i32 1 , !"wchar_size" , i32 2 }
27
- !4 = !{i32 7 , !"PIC Level" , i32 2 }
28
- !5 = !{!"clang version 7.0.1 (tags/RELEASE_701/final)" }
17
+ !0 = !{!"/FAILIFMISMATCH:\22 TEST=2\22 " }
18
+ !1 = !{i32 1 , !"wchar_size" , i32 2 }
19
+ !2 = !{i32 7 , !"PIC Level" , i32 2 }
20
+ !3 = !{!"clang version 7.0.1 (tags/RELEASE_701/final)" }
0 commit comments