Skip to content

Commit

Permalink
Include Module.h after IRBuilder change (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstutt authored Jul 2, 2024
1 parent ce516e1 commit 9806a24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/TableGen/GenDialect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ void llvm_dialects::genDialectDefs(raw_ostream& out, RecordKeeper& records) {
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/IR/InstrTypes.h"
#include "llvm/IR/Module.h"
)";

if (!noMemoryEffects()) {
Expand Down
1 change: 1 addition & 0 deletions test/example/generated/ExampleDialect.cpp.inc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/IR/InstrTypes.h"
#include "llvm/IR/Module.h"

#include "llvm/Support/ModRef.h"

Expand Down

0 comments on commit 9806a24

Please sign in to comment.