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



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to