diff options
| author | Dario Nieuwenhuis <dirbaio@dirbaio.net> | 2023-11-15 19:58:52 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <dirbaio@dirbaio.net> | 2023-11-21 22:40:16 +0100 |
| commit | 7de6d04bc8033644c09fd1273b6fb3164d04fab3 (patch) | |
| tree | 60e41716747a9033ac93633664c15e384d2ff08c /compiler/rustc_llvm/llvm-wrapper/LLVMWrapper.h | |
| parent | 2f8d81f9dbac6b8df982199f69da04a4c8357227 (diff) | |
| download | rust-7de6d04bc8033644c09fd1273b6fb3164d04fab3.tar.gz rust-7de6d04bc8033644c09fd1273b6fb3164d04fab3.zip | |
Update the minimum external LLVM to 16.
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/LLVMWrapper.h')
| -rw-r--r-- | compiler/rustc_llvm/llvm-wrapper/LLVMWrapper.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/rustc_llvm/llvm-wrapper/LLVMWrapper.h b/compiler/rustc_llvm/llvm-wrapper/LLVMWrapper.h index 142384e6d0c..ad97ede8e9c 100644 --- a/compiler/rustc_llvm/llvm-wrapper/LLVMWrapper.h +++ b/compiler/rustc_llvm/llvm-wrapper/LLVMWrapper.h @@ -42,11 +42,7 @@ #include "llvm/IR/IRPrintingPasses.h" #include "llvm/Linker/Linker.h" -#if LLVM_VERSION_GE(16, 0) #include "llvm/TargetParser/Triple.h" -#else -#include "llvm/ADT/Triple.h" -#endif extern "C" void LLVMRustSetLastError(const char *); |
