This repository was archived by the owner on Nov 8, 2023. It is now read-only.
Commit 427504a
committed
Disable LTO for cc libraries passed to rustc
Bug: http://b/358211032
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 libvmbase with ToT clang
Change-Id: Idaa9c2fc3aabc6fc09a43999844b00d27028bcc51 parent 4530e56 commit 427504a
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2227 | 2227 | | |
2228 | 2228 | | |
2229 | 2229 | | |
| 2230 | + | |
| 2231 | + | |
| 2232 | + | |
| 2233 | + | |
| 2234 | + | |
| 2235 | + | |
2230 | 2236 | | |
2231 | 2237 | | |
2232 | 2238 | | |
| |||
0 commit comments