[Lldb-commits] [PATCH] Default to linking lldb-server statically for Android.

Tamas Berghammer tberghammer at google.com
Wed Jul 1 02:17:13 PDT 2015


================
Comment at: cmake/platforms/Android.cmake:98-102
@@ -97,7 +101,2 @@
 
-# PIE is required for API 21+ so we enable it
-# unfortunately, it is not supported before API 14 so we need to do something else there
-# see http://llvm.org/pr23457
-set( ANDROID_CXX_FLAGS "${ANDROID_CXX_FLAGS} -pie -fPIE" )
-
 # linker flags
----------------
Who will specify the "-pie" flag for API 21+? Without it lldb-server won't work in those API levels.

http://reviews.llvm.org/D10858

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list