about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-02-08 05:21:54 +0000
committerbors <bors@rust-lang.org>2024-02-08 05:21:54 +0000
commita5077d998934d0bb04bda2be1d0afe24b3170b16 (patch)
tree7d8b749d743f70a634b9d0858d733b792a41d6f9 /compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
parent35551d059c17ed89aefdd0d3b4194f61fa5e312f (diff)
parent964a576dc026f4805df652776abf8a22664815be (diff)
downloadrust-a5077d998934d0bb04bda2be1d0afe24b3170b16.tar.gz
rust-a5077d998934d0bb04bda2be1d0afe24b3170b16.zip
Auto merge of #3292 - rust-lang:rustup-2024-02-08, r=saethlin
Automatic Rustup
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp')
-rw-r--r--compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp b/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
index 0df7b7eed11..a2dfebec594 100644
--- a/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
+++ b/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
@@ -250,8 +250,6 @@ static Attribute::AttrKind fromRust(LLVMRustAttribute Kind) {
     return Attribute::NonLazyBind;
   case OptimizeNone:
     return Attribute::OptimizeNone;
-  case ReturnsTwice:
-    return Attribute::ReturnsTwice;
   case ReadNone:
     return Attribute::ReadNone;
   case SanitizeHWAddress: