aboutsummaryrefslogtreecommitdiffstats
path: root/cc/linker.go
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2018-10-21 19:47:01 -0700
committerDan Willemsen <dwillemsen@google.com>2018-10-21 19:54:12 -0700
commitfa2aee1ca4cd07afaeaf669f96f6ecc4e66b9a1d (patch)
tree265e3cdc64451212288730dd821dce73605dffe3 /cc/linker.go
parent6f03752422c466bec6c618cea7e4d77aac95ab69 (diff)
downloadbuild_soong-fa2aee1ca4cd07afaeaf669f96f6ecc4e66b9a1d.tar.gz
build_soong-fa2aee1ca4cd07afaeaf669f96f6ecc4e66b9a1d.tar.bz2
build_soong-fa2aee1ca4cd07afaeaf669f96f6ecc4e66b9a1d.zip
Remove USE_CLANG_LLD[=false]
This should always be true now. It will be a change for side branches (build_tools, etc) that weren't setting UseClangLld in the soong.variables file. Test: treehugger Change-Id: I9fd6157fda630bf8bb939677dbcb026f02685f19
Diffstat (limited to 'cc/linker.go')
-rw-r--r--cc/linker.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/linker.go b/cc/linker.go
index 2e1828ab..28f47477 100644
--- a/cc/linker.go
+++ b/cc/linker.go
@@ -289,7 +289,7 @@ func (linker *baseLinker) useClangLld(ctx ModuleContext) bool {
if linker.Properties.Use_clang_lld != nil {
return Bool(linker.Properties.Use_clang_lld)
}
- return ctx.Config().UseClangLld()
+ return true
}
// ModuleContext extends BaseModuleContext