Skip to content

Commit

Permalink
[llvm-wrapper] adapt for LLVM API change
Browse files Browse the repository at this point in the history
  • Loading branch information
krasimirgg committed Nov 14, 2022
1 parent 96ddd32 commit 212ce1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 212ce1f

Please sign in to comment.