Merge "Workaround Clang cannot build ifunc with LTO"
This commit is contained in:
commit
d8854293d1
1 changed files with 5 additions and 0 deletions
|
@ -1128,6 +1128,11 @@ cc_test {
|
|||
|
||||
static_executable: true,
|
||||
stl: "libc++_static",
|
||||
// Clang cannot build ifunc with LTO.
|
||||
// http://b/203737712
|
||||
lto: {
|
||||
never: true,
|
||||
},
|
||||
}
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue