Merge "Use LLD for partialLd."
This commit is contained in:
@@ -78,7 +78,7 @@ var (
|
|||||||
blueprint.RuleParams{
|
blueprint.RuleParams{
|
||||||
// Without -no-pie, clang 7.0 adds -pie to link Android files,
|
// Without -no-pie, clang 7.0 adds -pie to link Android files,
|
||||||
// but -r and -pie cannot be used together.
|
// but -r and -pie cannot be used together.
|
||||||
Command: "$ldCmd -nostdlib -no-pie -Wl,-r ${in} -o ${out} ${ldFlags}",
|
Command: "$ldCmd -fuse-ld=lld -nostdlib -no-pie -Wl,-r ${in} -o ${out} ${ldFlags}",
|
||||||
CommandDeps: []string{"$ldCmd"},
|
CommandDeps: []string{"$ldCmd"},
|
||||||
},
|
},
|
||||||
"ldCmd", "ldFlags")
|
"ldCmd", "ldFlags")
|
||||||
|
Reference in New Issue
Block a user