Restat clang linker outputs
clang -Wl,--out-implib doesn't update its output file if it hasn't changed, always restat the outputs. Fixes: 129553377 Test: m checkbuild && m checkbuild Change-Id: I2cb19e1b8280fd69c8a9b2143f55760ec05630f8
This commit is contained in:
@@ -70,6 +70,8 @@ var (
|
||||
CommandDeps: []string{"$ldCmd"},
|
||||
Rspfile: "${out}.rsp",
|
||||
RspfileContent: "${in}",
|
||||
// clang -Wl,--out-implib doesn't update its output file if it hasn't changed.
|
||||
Restat: true,
|
||||
},
|
||||
"ldCmd", "crtBegin", "libFlags", "crtEnd", "ldFlags")
|
||||
|
||||
|
Reference in New Issue
Block a user