diff options
| author | Ralf Jung <post@ralfj.de> | 2024-11-10 10:03:45 +0100 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2024-11-10 10:03:57 +0100 |
| commit | a01f37c7f49b4bcdd4565bd642f68b289a25d832 (patch) | |
| tree | a0cb06654acfe3d0136f7e59c87b12f591903512 /compiler/rustc_llvm/llvm-wrapper/Linker.cpp | |
| parent | ce7a56072b78c9924de7c2e58378c6f206333b04 (diff) | |
| parent | 668959740f97e7a22ae340742886d330ab63950f (diff) | |
| download | rust-a01f37c7f49b4bcdd4565bd642f68b289a25d832.tar.gz rust-a01f37c7f49b4bcdd4565bd642f68b289a25d832.zip | |
Merge from rustc
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 { |
