[cfe-commits] [PATCH] cmake: create a relative symlink to clang

nobled nobled at dreamwidth.org
Fri Feb 3 05:21:21 PST 2012


> On 30 January 2012 22:08, nobled <nobled at dreamwidth.org> wrote:
>> Hardcoding the location of the build directory seems like it would
>> break at `make install`/packaging time.
>
> Which hardcoded symlink are you getting? On my build I already have:
>
> $ ls -l bin/clang
> lrwxr-xr-x  1 espindola  staff  9  2 Feb 01:08 bin/clang -> clang-3.1
I'm talking about the symlink to clang from clang++, though, which is
what's busted. I think CMake handles the clang -> clang-3.1 stuff
internally.

>
> Cheers,
> Rafael




More information about the cfe-commits mailing list