diff options
| author | Jake Goulding <jake.goulding@gmail.com> | 2016-05-06 09:32:10 -0400 |
|---|---|---|
| committer | Dylan McKay <me@dylanmckay.io> | 2020-06-09 17:34:07 +1200 |
| commit | 690bb8af510c0cf4099eac512127948180dbc792 (patch) | |
| tree | 9c587dd0b4bb8b044ca7e603eb284071d06e8756 /src/tools/compiletest | |
| parent | 5d39f1fa2978e2c4532d002f4ce5121bc1c9a007 (diff) | |
| download | rust-690bb8af510c0cf4099eac512127948180dbc792.tar.gz rust-690bb8af510c0cf4099eac512127948180dbc792.zip | |
[AVR] Add AVR platform support
Diffstat (limited to 'src/tools/compiletest')
| -rw-r--r-- | src/tools/compiletest/src/util.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/compiletest/src/util.rs b/src/tools/compiletest/src/util.rs index c61bee0f8d9..e1c3042edb8 100644 --- a/src/tools/compiletest/src/util.rs +++ b/src/tools/compiletest/src/util.rs @@ -47,6 +47,7 @@ const ARCH_TABLE: &'static [(&'static str, &'static str)] = &[ ("armv7", "arm"), ("armv7s", "arm"), ("asmjs", "asmjs"), + ("avr", "avr"), ("hexagon", "hexagon"), ("i386", "x86"), ("i586", "x86"), |
