[llvm-bugs] [Bug 28580] New: `make install` does not create symlink to "clang++-3.9"

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Jul 15 17:56:38 PDT 2016


https://llvm.org/bugs/show_bug.cgi?id=28580

            Bug ID: 28580
           Summary: `make install` does not create symlink to
                    "clang++-3.9"
           Product: Build scripts
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Makefiles
          Assignee: unassignedbugs at nondot.org
          Reporter: lukebenes at hotmail.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

With Ubuntu 16.04 when I try to build llvm/clang from source with:

$ cmake -G "Unix Makefiles" ../llvm -DCMAKE_BUILD_TYPE=Release
$ make -j4
$ sudo make install

The install script does generate a clang++ -> clang
but NOT a clang++-3.9 -> clang
so we have clang, clang++, clang-3.9, but no clang++-3.9


The nightly packages at http://apt.llvm.org/ creates a symlink, so for
consistency and naming symmetry, I think the makefile install scripts should
too.

-- 
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/20160716/ff96ad60/attachment.html>


More information about the llvm-bugs mailing list