[Lldb-commits] [PATCH] D11309: Detect if necessary to build inferior with -pie for Android.

Dan Albert danalbert at google.com
Fri Jul 17 13:23:50 PDT 2015


danalbert added inline comments.

================
Comment at: test/lldbtest.py:1993
@@ +1992,3 @@
+            dictionary["OS"] = "Android"
+            if android_device_api() > 14:
+                dictionary["PIE"] = 1
----------------
I thought this was >= 16. I don't think we supported it in 15.


http://reviews.llvm.org/D11309







More information about the lldb-commits mailing list