[llvm-bugs] [Bug 25681] New: clang --version does not report revision like it does when built with automake

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Nov 30 09:53:28 PST 2015


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: unassignedbugs at nondot.org
          Reporter: jeremyhu at apple.com
                CC: llvm-bugs at lists.llvm.org
    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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20151130/5d151879/attachment.html>


More information about the llvm-bugs mailing list