commit | d8854293d1894bc60c2164de11127a66e07fcd56 | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Sat Oct 23 12:47:26 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Oct 23 12:47:26 2021 +0000 |
tree | 42b5a706c5012e84a7b856f629c6a868108aa16f | |
parent | dc4b3789e61e9514d0c32e99c1d6c5569a39e287 [diff] | |
parent | b952a77e703a53c33760ce3f4e43c62a14b6c186 [diff] |
Merge "Workaround Clang cannot build ifunc with LTO"
diff --git a/tests/Android.bp b/tests/Android.bp index 8a57dbb..e7273c0 100644 --- a/tests/Android.bp +++ b/tests/Android.bp
@@ -1128,6 +1128,11 @@ static_executable: true, stl: "libc++_static", + // Clang cannot build ifunc with LTO. + // http://b/203737712 + lto: { + never: true, + }, } // -----------------------------------------------------------------------------