https://llvm.org/bugs/show_bug.cgi?id=25681
Bug ID: 25681
Summary: clang --version does not report revision like it does
when built with automake
Product: Build scripts
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: cmake
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
clang --version does not report revision information like it does when built
with automake. This was seen when comparing automake and cmake builds through
MacPorts at revision r253905:
When built with automake:
$ /opt/local/bin/clang-mp-3.8 --version
clang version 3.8.0 (trunk 253905)
Target: x86_64-apple-darwin15.2.0
Thread model: posix
InstalledDir: /opt/local/libexec/llvm-3.8/bin
When built with cmake:
$ /opt/local/bin/clang-mp-3.8 --version
clang version 3.8.0 (trunk)
Target: x86_64-apple-darwin15.2.0
Thread model: posix
InstalledDir: /opt/local/libexec/llvm-3.8/bin
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs