[Bug 991493] Re: Missing llvm-config alternatives.

2013-12-13 Thread Mike Henry
** Also affects: llvm-toolchain-snapshot (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/991493 Title: Missing llvm-config alternatives. To

[Bug 991493] Re: Missing llvm-config alternatives.

2013-12-13 Thread Mike Henry
Using update-alternatives goes for all the other LLVM-tools as well, even though using llvm-config makes it a little easier to use. This is the state of my LLVM tools in /usr/bin after installing 3.5. Had I been able to select whether to use 3.5 or 3.4 and had all links updated, then things would

[Bug 1242300] Re: Clang cannot locate standard header files

2013-12-10 Thread Mike Henry
For the 3.5 LLVM toolchain it seems that the symlink /usr/lib/clang/3.5/include erroneously points to ../../llvm-3.4/lib/clang/3.5/include, but should instead point to ../../llvm-3.5/lib/clang/3.5/include The workaround (of course) is to manually correct the symlink. For the 3.4 toolchain the