commit | 6925d2b3005d5b08f8202f5c61024eadff32588e | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Tue Mar 05 14:11:41 2019 -0800 |
committer | Yi Kong <yikong@google.com> | Tue Mar 19 04:20:52 2019 +0000 |
tree | d29e44a1c315671ff034a1df6c49375f0ed3c801 | |
parent | 5d3e2b70b868a5cd418a6d66b243b0d3aaabc62b [diff] [blame] |
Switch clang to r353983 Bug: 126457671 Bug: 123638879 Bug: 128878287 Test: go/clang-r353983-testing Change-Id: I7f16e68f0f521ff55587084932d175b704e452c9
diff --git a/cc/lto.go b/cc/lto.go index 6302748..0d7a246 100644 --- a/cc/lto.go +++ b/cc/lto.go
@@ -83,8 +83,7 @@ if lto.LTO() { var ltoFlag string if Bool(lto.Properties.Lto.Thin) { - ltoFlag = "-flto=thin" - + ltoFlag = "-flto=thin -fsplit-lto-unit" } else { ltoFlag = "-flto" }