Skip to content

Commit

Permalink
Rollup merge of #94809 - durin42:llvm-15-modulepass, r=nikic
Browse files Browse the repository at this point in the history
RustWrapper: add missing include

This is required after LLVM change 3c4410d (aka
https://reviews.llvm.org/D121168) did some includes cleanup.

r? nikic
  • Loading branch information
matthiaskrgr committed Mar 10, 2022
2 parents af35dc2 + 185e3b9 commit 07e4fbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include "llvm/Object/Archive.h"
#include "llvm/Object/COFFImportFile.h"
#include "llvm/Object/ObjectFile.h"
#include "llvm/Pass.h"
#include "llvm/Bitcode/BitcodeWriterPass.h"
#include "llvm/Support/Signals.h"
#include "llvm/ADT/Optional.h"
Expand Down

0 comments on commit 07e4fbd

Please sign in to comment.