Merge "Define clang lld flags for hosts." am: 94853de469

am: 473af9f5c7

Change-Id: Ie8ee2a49eeb55b4a2997055fed7d2602854cf425
This commit is contained in:
Chih-hung Hsieh
2018-04-19 10:15:45 -07:00
committed by android-build-merger
5 changed files with 36 additions and 16 deletions

View File

@@ -99,7 +99,7 @@ var (
hostGlobalLdflags = []string{}
hostGlobalLldflags = []string{}
hostGlobalLldflags = []string{"-fuse-ld=lld"}
commonGlobalCppflags = []string{
"-Wsign-promo",