diff options
| author | The Miri Conjob Bot <miri@cron.bot> | 2024-02-08 05:13:25 +0000 |
|---|---|---|
| committer | The Miri Conjob Bot <miri@cron.bot> | 2024-02-08 05:13:25 +0000 |
| commit | c232e94bc17913abfcda050bb5616237c1aad11c (patch) | |
| tree | 692bddaa3b63eb6c2ed17aa959fc215733fd063e /compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp | |
| parent | cab1cc48ec25f1b2531a271abd2a6c04087dcc61 (diff) | |
| parent | d7263d7aada418eb22d0560388379a2e3658e211 (diff) | |
| download | rust-c232e94bc17913abfcda050bb5616237c1aad11c.tar.gz rust-c232e94bc17913abfcda050bb5616237c1aad11c.zip | |
Merge from rustc
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp')
| -rw-r--r-- | compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp | 2 |
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: |
