Skip to content

Commit 07e4fbd

Browse files
authored
Rollup merge of #94809 - durin42:llvm-15-modulepass, r=nikic
RustWrapper: add missing include This is required after LLVM change 3c4410d (aka https://reviews.llvm.org/D121168) did some includes cleanup. r? nikic
2 parents af35dc2 + 185e3b9 commit 07e4fbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include "llvm/Object/Archive.h"
1010
#include "llvm/Object/COFFImportFile.h"
1111
#include "llvm/Object/ObjectFile.h"
12+
#include "llvm/Pass.h"
1213
#include "llvm/Bitcode/BitcodeWriterPass.h"
1314
#include "llvm/Support/Signals.h"
1415
#include "llvm/ADT/Optional.h"

0 commit comments

Comments
 (0)