> On 30 January 2012 22:08, nobled <[email protected]> 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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
