Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f7eb7ef

Browse files
committedAug 27, 2022
Update tests for UEFI and AVR
1 parent f4b5954 commit f7eb7ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎src/test/codegen/abi-efiapi.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ trait Freeze { }
2424
#[lang="copy"]
2525
trait Copy { }
2626

27-
//x86_64: define win64cc void @has_efiapi
27+
//x86_64: define dso_local win64cc void @has_efiapi
2828
//i686: define void @has_efiapi
2929
//aarch64: define dso_local void @has_efiapi
3030
//arm: define dso_local void @has_efiapi

‎src/test/codegen/avr/avr-func-addrspace.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ fn update_bar_value() {
7777
}
7878
}
7979

80-
// CHECK: define void @test(){{.+}}addrspace(1)
80+
// CHECK: define dso_local void @test(){{.+}}addrspace(1)
8181
#[no_mangle]
8282
pub extern "C" fn test() {
8383
let mut buf = 7;

0 commit comments

Comments
 (0)
Failed to load comments.