Nico Weber | d546b50 | 2019-06-07 13:24:34 +0000 | [diff] [blame] | 1 | ; ModuleID = 'test2.cc' |
| 2 | source_filename = "test2.cc" |
| 3 | target datalayout = "e-m:x-p:32:32-i64:64-f80:32-n8:16:32-a:0:32-S32" |
| 4 | target triple = "i386-pc-windows-msvc19.11.0" |
| 5 | |
| 6 | ; Function Attrs: noinline nounwind optnone |
| 7 | define dso_local void @"?f@@YAXXZ"() #0 { |
| 8 | entry: |
| 9 | ret void |
| 10 | } |
| 11 | |
Fangrui Song | 502a77f | 2019-12-24 15:52:21 -0800 | [diff] [blame] | 12 | attributes #0 = { noinline nounwind optnone "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "less-precise-fpmad"="false" "min-legal-vector-width"="0" "frame-pointer"="all" "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"="pentium4" "target-features"="+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "unsafe-fp-math"="false" "use-soft-float"="false" } |
Nico Weber | d546b50 | 2019-06-07 13:24:34 +0000 | [diff] [blame] | 13 | |
| 14 | !llvm.module.flags = !{!0, !1} |
| 15 | !llvm.ident = !{!2} |
| 16 | |
| 17 | !0 = !{i32 1, !"NumRegisterParameters", i32 0} |
| 18 | !1 = !{i32 1, !"wchar_size", i32 2} |
| 19 | !2 = !{!"clang version 9.0.0 "} |