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 aeaae53 commit 9fa3455Copy full SHA for 9fa3455
utils/bazel/llvm-project-overlay/clang/BUILD.bazel
@@ -468,7 +468,7 @@ genrule(
468
"echo '#define CLANG_VERSION_MAJOR_STRING \"{major}\"' >> $@\n" +
469
"echo '#define CLANG_VERSION_MINOR {minor}' >> $@\n" +
470
"echo '#define CLANG_VERSION_PATCHLEVEL {patch}' >> $@\n" +
471
- "echo '#define CLANG_VERSION_STRING \"{vers}\"' >> $@\n"
+ "echo '#define CLANG_VERSION_STRING \"{vers}git\"' >> $@\n"
472
).format(
473
major = LLVM_VERSION_MAJOR,
474
minor = LLVM_VERSION_MINOR,
0 commit comments