aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYi Kong <yikong@google.com>2021-10-23 12:47:26 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-10-23 12:47:26 +0000
commitd8854293d1894bc60c2164de11127a66e07fcd56 (patch)
tree42b5a706c5012e84a7b856f629c6a868108aa16f
parentdc4b3789e61e9514d0c32e99c1d6c5569a39e287 (diff)
parentb952a77e703a53c33760ce3f4e43c62a14b6c186 (diff)
downloadbionic-android-s-v2-preview-1.tar.gz
-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,
+ },
}
// -----------------------------------------------------------------------------