Skip to content

Commit 267e293

Browse files
committed
[bazel] Introduce MAX_CLANG_ABI_COMPAT_VERSION (for #123998)
1 parent d199732 commit 267e293

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/bazel/llvm-project-overlay/clang/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -661,6 +661,7 @@ genrule(
661661
"echo '#define CLANG_VERSION_MAJOR_STRING \"{major}\"' >> $@\n" +
662662
"echo '#define CLANG_VERSION_MINOR {minor}' >> $@\n" +
663663
"echo '#define CLANG_VERSION_PATCHLEVEL {patch}' >> $@\n" +
664+
"echo '#define MAX_CLANG_ABI_COMPAT_VERSION {major}' >> $@\n" +
664665
"echo '#define CLANG_VERSION_STRING \"{vers}\"' >> $@\n"
665666
).format(
666667
major = LLVM_VERSION_MAJOR,

0 commit comments

Comments
 (0)