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

Oleksiy Vyalov via lldb-commits lldb-commits at lists.llvm.org
Wed Dec 9 10:30:40 PST 2015


ovyalov accepted this revision.
ovyalov added a comment.

LGTM


================
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
----------------
Just out of curiosity - you haven't included arm64, it's not supported by gold? 


http://reviews.llvm.org/D15379





More information about the lldb-commits mailing list