Skip to content

Commit 212ce1f

Browse files
committed
[llvm-wrapper] adapt for LLVM API change
1 parent 96ddd32 commit 212ce1f

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)