[Lldb-commits] [PATCH] D15379: Switch to gold linker on android x86, x86_64, arm

Tamas Berghammer via lldb-commits lldb-commits at lists.llvm.org
Thu Dec 10 03:05:22 PST 2015


tberghammer added inline comments.

================
Comment at: cmake/platforms/Android.cmake:124
@@ -123,1 +123,3 @@
 
+# Use gold linker and enable safe ICF in case of x86, x86_64 and arm
+if ( ANDROID_ABI STREQUAL "x86"    OR
----------------
ovyalov wrote:
> Just out of curiosity - you haven't included arm64, it's not supported by gold? 
There were some issues when we tried to change the android framework over to using gold on arm64 so we went back to the default linker util it can get fixed. Most likely it wouldn't affect lldb-server but better to be safe.


http://reviews.llvm.org/D15379





More information about the lldb-commits mailing list