aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Android.bp b/tests/Android.bp
index 8a57dbbf4..e7273c0b6 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -1128,6 +1128,11 @@ cc_test {
static_executable: true,
stl: "libc++_static",
+ // Clang cannot build ifunc with LTO.
+ // http://b/203737712
+ lto: {
+ never: true,
+ },
}
// -----------------------------------------------------------------------------