Skip to content

Commit f17828d

Browse files
authored
Rollup merge of #104413 - krasimirgg:llvm-16-mref, r=nikic
[llvm-wrapper] adapt for LLVM API change for llvm/llvm-project@feda983.
2 parents f0978ee + 212ce1f commit f17828d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include "llvm/IR/IntrinsicsARM.h"
1010
#include "llvm/IR/Mangler.h"
1111
#if LLVM_VERSION_GE(16, 0)
12-
#include "llvm/IR/ModRef.h"
12+
#include "llvm/Support/ModRef.h"
1313
#endif
1414
#include "llvm/Object/Archive.h"
1515
#include "llvm/Object/COFFImportFile.h"

0 commit comments

Comments
 (0)