[PATCH] D41808: Rename clang link from clang-X.Y to clang-X

Dimitry Andric via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Mar 17 07:20:22 PDT 2018


dim added inline comments.


================
Comment at: CMakeLists.txt:422
+     "${CLANG_VERSION_MAJOR}" CACHE STRING
     "Version number that will be placed into the clang executable, in the form XX.YY")
 set(LIBCLANG_LIBRARY_VERSION
----------------
Please update the descriptions too, e.g. "in the form XX".  Though upon reading it more closely, where "into the executable" is the version number placed?  Isn't this meant as "into the clang executable name"?

I would propose:
"Major version number that will be appended to the clang executable name"


https://reviews.llvm.org/D41808





More information about the cfe-commits mailing list