commit | 8bddaec2d87cb9de243b45f0c2fcf599c4133305 | [log] [tgz] |
---|---|---|
author | Yabin Cui <[email protected]> | Tue Jul 23 12:25:49 2024 -0700 |
committer | Yabin Cui <[email protected]> | Tue Jul 23 12:25:49 2024 -0700 |
tree | adcf97c87436dd62a9cb1fdfce8d175c7acdba06 | |
parent | af985410929f5a0b5297d048e85947d6a6a28435 [diff] |
Disable LTO for cc libraries passed to rustc Bug: http://b/336916369 Having cross-language LTO adds additional constraints in the LLVM version used by the rust and clang toolchain. Disable LTO until cross-language LTO is supported. Test: make libring with ToT clang Change-Id: I30de670db2679f92d34bfb3e391dcafcb13a6d50