summary refs log tree commit diff
path: root/compiler/rustc_span/src
diff options
context:
space:
mode:
authorScott McMurray <scottmcm@users.noreply.github.com>2022-05-29 00:25:14 -0700
committerScott McMurray <scottmcm@users.noreply.github.com>2022-05-30 00:19:23 -0700
commite90be842fb9129aa27e5b6412f245ca39999f9f1 (patch)
tree96cc6b49f01fae44002f56140f28014cceaa07e4 /compiler/rustc_span/src
parent0acc4a35853215a6f9388ab61455ced309711003 (diff)
downloadrust-e90be842fb9129aa27e5b6412f245ca39999f9f1.tar.gz
rust-e90be842fb9129aa27e5b6412f245ca39999f9f1.zip
Add support for emitting functions with `coldcc` in LLVM
The eventual goal is to try using this for things like the internal panicking stuff, to see whether it helps.
Diffstat (limited to 'compiler/rustc_span/src')
-rw-r--r--compiler/rustc_span/src/symbol.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs
index 6989763f75a..cfbf17e17c8 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -1160,6 +1160,7 @@ symbols! {
         rust_2024,
         rust_2024_preview,
         rust_begin_unwind,
+        rust_cold_cc,
         rust_eh_catch_typeinfo,
         rust_eh_personality,
         rust_eh_register_frames,