diff options
| author | Ralf Jung <post@ralfj.de> | 2023-11-30 11:02:40 +0100 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2023-11-30 11:02:40 +0100 |
| commit | 7a661d048ca63c58fe45399ac813f347fa754294 (patch) | |
| tree | 6ea6290c08709fe4102bdf4dc88f8849cb69f647 /compiler/rustc_codegen_llvm/src/llvm/ffi.rs | |
| parent | 76ec47782ad310262598c21b618225d718cefbea (diff) | |
| parent | 2d476222e8458aa873e6760aac189b5e9d0a9930 (diff) | |
| download | rust-7a661d048ca63c58fe45399ac813f347fa754294.tar.gz rust-7a661d048ca63c58fe45399ac813f347fa754294.zip | |
Merge from rustc
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 df4cd8ea0bd..d701b20e953 100644 --- a/compiler/rustc_codegen_llvm/src/llvm/ffi.rs +++ b/compiler/rustc_codegen_llvm/src/llvm/ffi.rs @@ -200,6 +200,7 @@ pub enum AttributeKind { AllocatedPointer = 38, AllocAlign = 39, SanitizeSafeStack = 40, + FnRetThunkExtern = 41, } /// LLVMIntPredicate |
