diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2020-01-16 13:09:45 -0500 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2020-01-16 13:09:45 -0500 |
| commit | ba4cc03b4f0d71ac3e0147aa3dde449299ce8cd5 (patch) | |
| tree | 88e0c274db5c1c943944c565833bea103692a556 /deps/lld/test/COFF/Inputs/thinlto-mangled-qux.ll | |
| parent | fbe6af81fdb1b964bb0c28f51de2458800b8274c (diff) | |
| download | zig-ba4cc03b4f0d71ac3e0147aa3dde449299ce8cd5.tar.gz zig-ba4cc03b4f0d71ac3e0147aa3dde449299ce8cd5.zip | |
remove embedded LLD
we no longer have any patches against upstream LLD
Diffstat (limited to 'deps/lld/test/COFF/Inputs/thinlto-mangled-qux.ll')
| -rw-r--r-- | deps/lld/test/COFF/Inputs/thinlto-mangled-qux.ll | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/deps/lld/test/COFF/Inputs/thinlto-mangled-qux.ll b/deps/lld/test/COFF/Inputs/thinlto-mangled-qux.ll deleted file mode 100644 index 4c9cc8e9e7..0000000000 --- a/deps/lld/test/COFF/Inputs/thinlto-mangled-qux.ll +++ /dev/null @@ -1,28 +0,0 @@ -target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128" -target triple = "x86_64-pc-windows-msvc19.0.24215" - -%class.baz = type { %class.bar } -%class.bar = type { i32 (...)** } - -$"\01?x@bar@@UEBA_NXZ" = comdat any - -$"\01??_7baz@@6B@" = comdat any - -$"\01??_Gbaz@@UEAAPEAXI@Z" = comdat any - -@"\01??_7baz@@6B@" = linkonce_odr unnamed_addr constant { [2 x i8*] } { [2 x i8*] [i8* bitcast (i8* (%class.baz*, i32)* @"\01??_Gbaz@@UEAAPEAXI@Z" to i8*), i8* bitcast (i1 (%class.bar*)* @"\01?x@bar@@UEBA_NXZ" to i8*)] }, comdat, !type !0, !type !1 - -define void @"\01?qux@@YAXXZ"() local_unnamed_addr { - ret void -} - -define linkonce_odr i8* @"\01??_Gbaz@@UEAAPEAXI@Z"(%class.baz* %this, i32 %should_call_delete) unnamed_addr comdat { - ret i8* null -} - -define linkonce_odr zeroext i1 @"\01?x@bar@@UEBA_NXZ"(%class.bar* %this) unnamed_addr comdat { - ret i1 false -} - -!0 = !{i64 0, !"?AVbar@@"} -!1 = !{i64 0, !"?AVbaz@@"} |
