[Lldb-commits] [PATCH] D11825: Add -latomic to Android mips build to avoid http://b.android.com/182094.

Oleksiy Vyalov via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 6 17:13:49 PDT 2015


ovyalov added inline comments.

================
Comment at: lldb/trunk/cmake/platforms/Android.cmake:110
@@ -109,1 +109,3 @@
  endif()
+elseif( ANDROID_ABI STREQUAL "mips" )
+ # http://b.android.com/182094
----------------
Do we need the same workaround for mips64?


Repository:
  rL LLVM

http://reviews.llvm.org/D11825





More information about the lldb-commits mailing list