Switch to gold linker on android x86, x86_64, arm
authorTamas Berghammer <tberghammer@google.com>
Thu, 10 Dec 2015 11:02:51 +0000 (11:02 +0000)
committerTamas Berghammer <tberghammer@google.com>
Thu, 10 Dec 2015 11:02:51 +0000 (11:02 +0000)
commit7b93d662081fd54cb55d91151ab184ed08d298bd
treeecfc5f1fce66725744e7933a8c5ba8fb2eace291
parent8b59062a3287dddd9a8e2bb80ef4645604e6e76d
Switch to gold linker on android x86, x86_64, arm

These architectures already using the gold linker for the android
framework and switching to gold gives us the opportunity to enable ICF.

Safe ICF (identical code folding) reduces the size of an optimized and
striped binary by ~5%.

Differential revision: http://reviews.llvm.org/D15379

llvm-svn: 255240
lldb/cmake/platforms/Android.cmake