Commit 1802dd0
committed
Correct the LLVM target of
As noticed in [1], the LLVM target string for aarch64 UEFI is not
correct. Fix it here.
Link: #132975 (comment) [1]aarch64-unknown-uefi
1 parent 33c245b commit 1802dd0
File tree
1 file changed
+1
-1
lines changed- compiler/rustc_target/src/spec/targets
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments