Skip to content

Commit

Permalink
Update tests for UEFI and AVR
Browse files Browse the repository at this point in the history
  • Loading branch information
petrochenkov committed Aug 27, 2022
1 parent f4b5954 commit f7eb7ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/test/codegen/abi-efiapi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ trait Freeze { }
#[lang="copy"]
trait Copy { }

//x86_64: define win64cc void @has_efiapi
//x86_64: define dso_local win64cc void @has_efiapi
//i686: define void @has_efiapi
//aarch64: define dso_local void @has_efiapi
//arm: define dso_local void @has_efiapi
Expand Down
2 changes: 1 addition & 1 deletion src/test/codegen/avr/avr-func-addrspace.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ fn update_bar_value() {
}
}

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

0 comments on commit f7eb7ef

Please sign in to comment.