Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions utils/llvm-dialects-tblgen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
using namespace llvm_dialects;
using namespace llvm;

#if LLVM_MAIN_REVISION && LLVM_MAIN_REVISION < 533951
namespace llvm {
cl::opt<bool> EmitLongStrLiterals(
"long-string-literals",
Expand All @@ -37,6 +38,7 @@ cl::opt<bool> EmitLongStrLiterals(
"compile-time performance win, but upsets some compilers"),
cl::Hidden, cl::init(true));
} // end namespace llvm
#endif // LLVM_MAIN_REVISION && LLVM_MAIN_REVISION < 533951

namespace {

Expand Down
Loading