diff options
| author | clubby789 <jamie@hill-daniel.co.uk> | 2024-01-30 20:55:56 +0000 |
|---|---|---|
| committer | clubby789 <jamie@hill-daniel.co.uk> | 2024-01-30 22:09:09 +0000 |
| commit | 73313158988c20b57a341502b4099629b6867755 (patch) | |
| tree | 1b7875fed65da46ca2733b181c52afaade45c9af /compiler/rustc_codegen_llvm/src/llvm/ffi.rs | |
| parent | 5ad7454f7503b6af2800bf4a7c875962cb03f913 (diff) | |
| download | rust-73313158988c20b57a341502b4099629b6867755.tar.gz rust-73313158988c20b57a341502b4099629b6867755.zip | |
Remove `ffi_returns_twice` feature
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, 0 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/src/llvm/ffi.rs b/compiler/rustc_codegen_llvm/src/llvm/ffi.rs index ee73c6b4756..5c06c62b11a 100644 --- a/compiler/rustc_codegen_llvm/src/llvm/ffi.rs +++ b/compiler/rustc_codegen_llvm/src/llvm/ffi.rs @@ -185,7 +185,6 @@ pub enum AttributeKind { SanitizeMemory = 22, NonLazyBind = 23, OptimizeNone = 24, - ReturnsTwice = 25, ReadNone = 26, SanitizeHWAddress = 28, WillReturn = 29, |
