Merge "Restat clang linker outputs"

This commit is contained in:
Treehugger Robot
2019-03-31 18:40:40 +00:00
committed by Gerrit Code Review

View File

@@ -70,6 +70,8 @@ var (
CommandDeps: []string{"$ldCmd"}, CommandDeps: []string{"$ldCmd"},
Rspfile: "${out}.rsp", Rspfile: "${out}.rsp",
RspfileContent: "${in}", RspfileContent: "${in}",
// clang -Wl,--out-implib doesn't update its output file if it hasn't changed.
Restat: true,
}, },
"ldCmd", "crtBegin", "libFlags", "crtEnd", "ldFlags") "ldCmd", "crtBegin", "libFlags", "crtEnd", "ldFlags")