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 d199732 commit 267e293Copy full SHA for 267e293
utils/bazel/llvm-project-overlay/clang/BUILD.bazel
@@ -661,6 +661,7 @@ genrule(
661
"echo '#define CLANG_VERSION_MAJOR_STRING \"{major}\"' >> $@\n" +
662
"echo '#define CLANG_VERSION_MINOR {minor}' >> $@\n" +
663
"echo '#define CLANG_VERSION_PATCHLEVEL {patch}' >> $@\n" +
664
+ "echo '#define MAX_CLANG_ABI_COMPAT_VERSION {major}' >> $@\n" +
665
"echo '#define CLANG_VERSION_STRING \"{vers}\"' >> $@\n"
666
).format(
667
major = LLVM_VERSION_MAJOR,
0 commit comments