diff options
| author | Zalathar <Zalathar@users.noreply.github.com> | 2024-11-03 21:09:01 +1100 |
|---|---|---|
| committer | Zalathar <Zalathar@users.noreply.github.com> | 2024-11-04 16:35:39 +1100 |
| commit | 920d2774ac92b102dedf07d04d5fd80214881699 (patch) | |
| tree | 15e9c9683003c14980f0cdff959031c8fc1f31e2 /compiler/rustc_llvm/llvm-wrapper/Linker.cpp | |
| parent | 44a056a50b5eecad9e16188d18ea55011c153e7a (diff) | |
| download | rust-920d2774ac92b102dedf07d04d5fd80214881699.tar.gz rust-920d2774ac92b102dedf07d04d5fd80214881699.zip | |
Trim and tidy includes in `rustc_llvm`
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/Linker.cpp')
| -rw-r--r-- | compiler/rustc_llvm/llvm-wrapper/Linker.cpp | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/compiler/rustc_llvm/llvm-wrapper/Linker.cpp b/compiler/rustc_llvm/llvm-wrapper/Linker.cpp index f43128ed550..fdf54e2d9b4 100644 --- a/compiler/rustc_llvm/llvm-wrapper/Linker.cpp +++ b/compiler/rustc_llvm/llvm-wrapper/Linker.cpp @@ -1,8 +1,10 @@ -#include "llvm/Linker/Linker.h" -#include "SuppressLLVMWarnings.h" - #include "LLVMWrapper.h" +#include "llvm/Bitcode/BitcodeReader.h" +#include "llvm/IR/Module.h" +#include "llvm/Linker/Linker.h" +#include "llvm/Support/MemoryBuffer.h" + using namespace llvm; struct RustLinker { |
