diff options
| author | Arlie Davis <ardavis@microsoft.com> | 2023-11-22 09:10:53 -0800 |
|---|---|---|
| committer | Arlie Davis <ardavis@microsoft.com> | 2023-11-22 09:10:53 -0800 |
| commit | 6773fd1a9a9aae8da53596e15eb2098e0efbb9a2 (patch) | |
| tree | 52832662c9bee1762f5112e08145e1510e552321 /compiler/rustc_llvm/llvm-wrapper/Linker.cpp | |
| parent | 73bc12199ea8c7651ed98b069c0dd6b0bb5fabcf (diff) | |
| download | rust-6773fd1a9a9aae8da53596e15eb2098e0efbb9a2.tar.gz rust-6773fd1a9a9aae8da53596e15eb2098e0efbb9a2.zip | |
suppress warnings on msvc
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/Linker.cpp')
| -rw-r--r-- | compiler/rustc_llvm/llvm-wrapper/Linker.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_llvm/llvm-wrapper/Linker.cpp b/compiler/rustc_llvm/llvm-wrapper/Linker.cpp index 8766e96f086..533df0f75f8 100644 --- a/compiler/rustc_llvm/llvm-wrapper/Linker.cpp +++ b/compiler/rustc_llvm/llvm-wrapper/Linker.cpp @@ -1,3 +1,4 @@ +#include "SuppressLLVMWarnings.h" #include "llvm/Linker/Linker.h" #include "LLVMWrapper.h" |
