[llvm] [mlir] [utils][TableGen] Implement clause aliases as alternative spellings (PR #141765)
Rahul Joshi via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 5 07:46:36 PDT 2025
================
@@ -267,11 +269,12 @@ static void emitDirectivesDecl(const RecordKeeper &Records, raw_ostream &OS) {
if (DirLang.hasEnableBitmaskEnumInNamespace())
OS << "#include \"llvm/ADT/BitmaskEnum.h\"\n";
+ OS << "#include \"llvm/ADT/StringRef.h\"\n";
----------------
jurahul wrote:
SG, let's keep the raw string change separate. But I don't mean use a raw string per-line. I can create a PR with what I had in mind once your changes land.
https://github.com/llvm/llvm-project/pull/141765
More information about the llvm-commits
mailing list