]> git.lizzy.rs Git - rust.git/blobdiff - tests/codegen/static-relocation-model-msvc.rs
Auto merge of #107843 - bjorn3:sync_cg_clif-2023-02-09, r=bjorn3
[rust.git] / tests / codegen / static-relocation-model-msvc.rs
index b2afc7deb679aa40a23b4372ba4800f18d4afc2e..735ef7081c9566c057e9a9638b0c84d8e7731a81 100644 (file)
@@ -15,8 +15,8 @@
 // it to be marked `dso_local` as well, given the static relocation model.
 //
 // CHECK: @extern_static = external dso_local local_unnamed_addr global i8
-// CHECK: define dso_local i8 @access_extern() {{.*}}
-// CHECK: declare dso_local i8 @extern_fn() {{.*}}
+// CHECK: define dso_local noundef i8 @access_extern() {{.*}}
+// CHECK: declare dso_local noundef i8 @extern_fn() {{.*}}
 
 #[no_mangle]
 pub fn access_extern() -> u8 {