[llvm-bugs] [Bug 25681] clang --version does not report revision like it does when built with automake
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Jan 15 09:55:41 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=25681
Chris Bieneman <chris.bieneman at me.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |chris.bieneman at me.com
Resolution|--- |FIXED
--- Comment #6 from Chris Bieneman <chris.bieneman at me.com> ---
I've updated CMake so that it will include the SVN revision. The version spew
now reads:
> ./bin/clang --version
clang version 3.9.0 (trunk 257802) (llvm/trunk 257805)
Target: x86_64-apple-darwin15.2.0
Thread model: posix
InstalledDir: /Users/cbieneman/dev/open-source/llvm-build-rel/./bin
It includes both LLVM and Clang versions.
The fixes are LLVM r257826 and Clang r257827.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160115/09f6f048/attachment.html>
More information about the llvm-bugs
mailing list