]> git.lizzy.rs Git - rust.git/blobdiff - src/test/codegen/lto-removes-invokes.rs
Merge commit '40dd3e2b7089b5e96714e064b731f6dbf17c61a9' into sync_cg_clif-2021-05-27
[rust.git] / src / test / codegen / lto-removes-invokes.rs
index b8f9f36c8e78063ca4bba642cda1239db19d36b2..3979a97dc01ba8c44b38567baf90cc240269d1f7 100644 (file)
@@ -10,7 +10,7 @@ fn main() {
 fn foo() {
     let _a = Box::new(3);
     bar();
-// CHECK-LABEL: define void @foo
+// CHECK-LABEL: define dso_local void @foo
 // CHECK: call void @bar
 }