Skip to content

Commit 27cfb2b

Browse files
committedFeb 17, 2020
Fix typo
1 parent c9b87ac commit 27cfb2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/librustc_target/spec/thumb_base.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ pub fn opts() -> TargetOptions {
5050
// until we figure a way to add the pretty printers without requiring a volatile load cf.
5151
// rust-lang/rust#44993.
5252
emit_debug_gdb_scripts: false,
53-
// LLVM is eager to trash the link register when calling `nounwind` functions, which
53+
// LLVM is eager to trash the link register when calling `noreturn` functions, which
5454
// breaks debugging. Preserve LR by default to prevent that from happening.
5555
eliminate_frame_pointer: false,
5656
..Default::default()

0 commit comments

Comments
 (0)