diff options
| author | bors <bors@rust-lang.org> | 2022-03-01 08:57:46 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-03-01 08:57:46 +0000 |
| commit | 4a56cbec59903a830a5fc06c5c81956de4199584 (patch) | |
| tree | 6365b76a9af58b44aa39e77a49184c946578e4eb /compiler/rustc_codegen_llvm/src/llvm | |
| parent | 6e5a6ffb14fc47051b0a23410c681ad6e4af045f (diff) | |
| parent | 0c784337494223441d53129688bd777ae8df7992 (diff) | |
| download | rust-4a56cbec59903a830a5fc06c5c81956de4199584.tar.gz rust-4a56cbec59903a830a5fc06c5c81956de4199584.zip | |
Auto merge of #94402 - erikdesjardins:revert-coldland, r=nagisa
Revert "Auto merge of #92419 - erikdesjardins:coldland, r=nagisa" Should fix (untested) #94390 Reopens #46515, #87055 r? `@ehuss`
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/llvm')
| -rw-r--r-- | compiler/rustc_codegen_llvm/src/llvm/ffi.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_codegen_llvm/src/llvm/ffi.rs b/compiler/rustc_codegen_llvm/src/llvm/ffi.rs index 81ae97a80cc..50a9349f46a 100644 --- a/compiler/rustc_codegen_llvm/src/llvm/ffi.rs +++ b/compiler/rustc_codegen_llvm/src/llvm/ffi.rs @@ -1933,8 +1933,6 @@ extern "C" { pub fn LLVMRustVersionMinor() -> u32; pub fn LLVMRustVersionPatch() -> u32; - pub fn LLVMRustIsRustLLVM() -> bool; - /// Add LLVM module flags. /// /// In order for Rust-C LTO to work, module flags must be compatible with Clang. What |
