about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/LLVMWrapper.h
diff options
context:
space:
mode:
authorArlie Davis <ardavis@microsoft.com>2023-11-22 09:10:53 -0800
committerArlie Davis <ardavis@microsoft.com>2023-11-22 09:10:53 -0800
commit6773fd1a9a9aae8da53596e15eb2098e0efbb9a2 (patch)
tree52832662c9bee1762f5112e08145e1510e552321 /compiler/rustc_llvm/llvm-wrapper/LLVMWrapper.h
parent73bc12199ea8c7651ed98b069c0dd6b0bb5fabcf (diff)
downloadrust-6773fd1a9a9aae8da53596e15eb2098e0efbb9a2.tar.gz
rust-6773fd1a9a9aae8da53596e15eb2098e0efbb9a2.zip
suppress warnings on msvc
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/LLVMWrapper.h')
-rw-r--r--compiler/rustc_llvm/llvm-wrapper/LLVMWrapper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_llvm/llvm-wrapper/LLVMWrapper.h b/compiler/rustc_llvm/llvm-wrapper/LLVMWrapper.h
index 142384e6d0c..0520d4150fa 100644
--- a/compiler/rustc_llvm/llvm-wrapper/LLVMWrapper.h
+++ b/compiler/rustc_llvm/llvm-wrapper/LLVMWrapper.h
@@ -1,3 +1,5 @@
+#include "SuppressLLVMWarnings.h"
+
 #include "llvm-c/BitReader.h"
 #include "llvm-c/Core.h"
 #include "llvm-c/Object.h"