Skip to content

Commit a0905ce

Browse files
committed
[AVR] Rename the last few remaining references from 'avr-unknown-unknown' to 'avr-unknown-gnu-atmega328'
1 parent dc20238 commit a0905ce

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

library/panic_unwind/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ cfg_if::cfg_if! {
6565
// - os=none ("bare metal" targets)
6666
// - os=uefi
6767
// - nvptx64-nvidia-cuda
68-
// - avr-unknown-unknown
68+
// - arch=avr
6969
#[path = "dummy.rs"]
7070
mod real_imp;
7171
}

library/std/build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ fn main() {
8383
// - os=none ("bare metal" targets)
8484
// - mipsel-sony-psp
8585
// - nvptx64-nvidia-cuda
86-
// - avr-unknown-unknown
86+
// - arch=avr
8787
// - tvos (aarch64-apple-tvos, x86_64-apple-tvos)
8888
// - uefi (x86_64-unknown-uefi, i686-unknown-uefi)
8989
// - JSON targets

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// compile-flags: -O --target=avr-unknown-unknown --crate-type=rlib
1+
// compile-flags: -O --target=avr-unknown-gnu-atmega328 --crate-type=rlib
22
// needs-llvm-components: avr
33

44
// This test validates that function pointers can be stored in global variables

0 commit comments

Comments
 (0)