We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96ddd32 commit 212ce1fCopy full SHA for 212ce1f
compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
@@ -9,7 +9,7 @@
9
#include "llvm/IR/IntrinsicsARM.h"
10
#include "llvm/IR/Mangler.h"
11
#if LLVM_VERSION_GE(16, 0)
12
-#include "llvm/IR/ModRef.h"
+#include "llvm/Support/ModRef.h"
13
#endif
14
#include "llvm/Object/Archive.h"
15
#include "llvm/Object/COFFImportFile.h"
0 commit comments