We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0978ee + 212ce1f commit f17828dCopy full SHA for f17828d
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