]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
Rollup merge of #104148 - fmease:fix-104140, r=petrochenkov
[rust.git] / compiler / rustc_llvm / llvm-wrapper / RustWrapper.cpp
index 0d9b5a57b69a2dc719d72ebd7792af14d4b2da9b..85c520a7911f3dde738c01cd5e7454980dc263da 100644 (file)
@@ -9,7 +9,7 @@
 #include "llvm/IR/IntrinsicsARM.h"
 #include "llvm/IR/Mangler.h"
 #if LLVM_VERSION_GE(16, 0)
-#include "llvm/IR/ModRef.h"
+#include "llvm/Support/ModRef.h"
 #endif
 #include "llvm/Object/Archive.h"
 #include "llvm/Object/COFFImportFile.h"