[PATCH] Add CMake rules for lld-darwin

Rui Ueyama ruiu at google.com
Wed Sep 3 15:16:17 PDT 2014


I'm OK with this approach, but the other approach would be to
make "ld" smarter. The name "ld" is currently mapped to gnu_ld
but it's deprecated, so we can replace it with a dispatcher which
dispatch according to the system -- to darwin if compiled for Darwin
and gnu_ld for other Unices. Then you don't need to rename
lld-drawin to ld when installing.

http://reviews.llvm.org/D5178






More information about the llvm-commits mailing list