[Lldb-commits] [PATCH] D11309: Detect if necessary to build inferior with -pie for Android.
Dan Albert
danalbert at google.com
Fri Jul 17 13:25:25 PDT 2015
danalbert requested changes to this revision.
danalbert added a reviewer: danalbert.
This revision now requires changes to proceed.
================
Comment at: test/lldbtest.py:1993
@@ +1992,3 @@
+ dictionary["OS"] = "Android"
+ if android_device_api() > 14:
+ dictionary["PIE"] = 1
----------------
danalbert wrote:
> I thought this was >= 16. I don't think we supported it in 15.
Yes, 16 (4.1) was the first to support it: https://source.android.com/devices/tech/security/enhancements/enhancements41.html
http://reviews.llvm.org/D11309
More information about the lldb-commits
mailing list