Stop passing the gold plugin path to llvm-ar.

llvm-ar takes a --plugin argument but it is ignored for compatibility,
so passing it has no effect.

Change-Id: I4fc51d226d66cf2a43462d3d4ccc12e6e5ebb226
This commit is contained in:
Peter Collingbourne
2018-11-08 19:55:28 -08:00
parent ec2f6cba80
commit abde584fd1
6 changed files with 0 additions and 15 deletions

View File

@@ -157,7 +157,6 @@ type Flags struct {
LdFlagsDeps android.Paths // Files depended on by linker flags
GroupStaticLibs bool
ArGoldPlugin bool // Whether LLVM gold plugin option is passed to llvm-ar
}
type ObjectLinkerProperties struct {