[Lldb-commits] [PATCH] D11825: Add -latomic to Android mips build to avoid http://b.android.com/182094.
Chaoren Lin via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 6 17:14:34 PDT 2015
chaoren marked an inline comment as done.
================
Comment at: lldb/trunk/cmake/platforms/Android.cmake:110
@@ -109,1 +109,3 @@
endif()
+elseif( ANDROID_ABI STREQUAL "mips" )
+ # http://b.android.com/182094
----------------
ovyalov wrote:
> Do we need the same workaround for mips64?
Nope.
Repository:
rL LLVM
http://reviews.llvm.org/D11825
More information about the lldb-commits
mailing list