Skip to content

Commit

Permalink
Include Module.h after IRBuilder change
Browse files Browse the repository at this point in the history
  • Loading branch information
dstutt committed Jul 2, 2024
1 parent ce516e1 commit 3567998
Showing 1 changed file with 1 addition 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

0 comments on commit 3567998

Please sign in to comment.