diff options
| author | Oli Scherer <github35764891676564198441@oli-obk.de> | 2025-08-15 05:37:38 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-15 05:37:38 +0000 |
| commit | fb8ac986b178ed977c3334ad27198b787e1e6140 (patch) | |
| tree | 0357a02c333b17b444b55ee9b311aa62eee0b0b7 /compiler/rustc_codegen_llvm/src/llvm/ffi.rs | |
| parent | fa41e9b47348171862773b70eaca70a0ff240963 (diff) | |
| parent | 1c55a277732442297fb8fe1c92ea0b3c59c5825b (diff) | |
| download | rust-fb8ac986b178ed977c3334ad27198b787e1e6140.tar.gz rust-fb8ac986b178ed977c3334ad27198b787e1e6140.zip | |
Merge pull request #4527 from rust-lang/rustup-2025-08-15
Automatic Rustup
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/llvm/ffi.rs')
| -rw-r--r-- | compiler/rustc_codegen_llvm/src/llvm/ffi.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_codegen_llvm/src/llvm/ffi.rs b/compiler/rustc_codegen_llvm/src/llvm/ffi.rs index 75d3d27f74e..ad3c3d5932e 100644 --- a/compiler/rustc_codegen_llvm/src/llvm/ffi.rs +++ b/compiler/rustc_codegen_llvm/src/llvm/ffi.rs @@ -249,6 +249,7 @@ pub(crate) enum AttributeKind { FnRetThunkExtern = 41, Writable = 42, DeadOnUnwind = 43, + DeadOnReturn = 44, } /// LLVMIntPredicate |
