diff options
| author | Jonas Schievink <jonasschievink@gmail.com> | 2020-02-18 00:00:06 +0100 |
|---|---|---|
| committer | Jonas Schievink <jonasschievink@gmail.com> | 2020-02-18 00:00:06 +0100 |
| commit | 27cfb2b9c2baacc7110cd73a96d0989b73e2a597 (patch) | |
| tree | b33ac8fb1fb073b1f214bcf87f20a949d65391bc /src | |
| parent | c9b87ac4b306cf43ca6e46defb91267fe257e45b (diff) | |
| download | rust-27cfb2b9c2baacc7110cd73a96d0989b73e2a597.tar.gz rust-27cfb2b9c2baacc7110cd73a96d0989b73e2a597.zip | |
Fix typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustc_target/spec/thumb_base.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_target/spec/thumb_base.rs b/src/librustc_target/spec/thumb_base.rs index 6ab6fcb58bd..99ab996be95 100644 --- a/src/librustc_target/spec/thumb_base.rs +++ b/src/librustc_target/spec/thumb_base.rs @@ -50,7 +50,7 @@ pub fn opts() -> TargetOptions { // until we figure a way to add the pretty printers without requiring a volatile load cf. // rust-lang/rust#44993. emit_debug_gdb_scripts: false, - // LLVM is eager to trash the link register when calling `nounwind` functions, which + // LLVM is eager to trash the link register when calling `noreturn` functions, which // breaks debugging. Preserve LR by default to prevent that from happening. eliminate_frame_pointer: false, ..Default::default() |
