Merge "Workaround Clang cannot build ifunc with LTO"

This commit is contained in:
Yi Kong 2021-10-23 12:47:26 +00:00 committed by Gerrit Code Review
commit d8854293d1

View file

@ -1128,6 +1128,11 @@ cc_test {
static_executable: true,
stl: "libc++_static",
// Clang cannot build ifunc with LTO.
// http://b/203737712
lto: {
never: true,
},
}
// -----------------------------------------------------------------------------