Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanradanov committed Feb 27, 2024
1 parent f5f7d75 commit 7522bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enzyme/tools/enzyme-tblgen/enzyme-tblgen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1290,7 +1290,7 @@ static void emitHeaderIncludes(const RecordKeeper &recordKeeper,
#if LLVM_VERSION_MAJOR >= 12
pattern->getFieldLoc("filename_in"),
#else
pattern->getLoc()[1],
SMLoc::getFromPointer(nullptr),
#endif
included_file);
if (!buf)
Expand Down

0 comments on commit 7522bc6

Please sign in to comment.