We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a52cb73 commit 641f001Copy full SHA for 641f001
utils/llvm-dialects-tblgen.cpp
@@ -29,6 +29,7 @@
29
using namespace llvm_dialects;
30
using namespace llvm;
31
32
+#if LLVM_MAIN_REVISION && LLVM_MAIN_REVISION < 533951
33
namespace llvm {
34
cl::opt<bool> EmitLongStrLiterals(
35
"long-string-literals",
@@ -37,6 +38,7 @@ cl::opt<bool> EmitLongStrLiterals(
37
38
"compile-time performance win, but upsets some compilers"),
39
cl::Hidden, cl::init(true));
40
} // end namespace llvm
41
+#endif // LLVM_MAIN_REVISION && LLVM_MAIN_REVISION < 533951
42
43
namespace {
44
0 commit comments