DescriptionGN: Use -Wl,-filelist for rsp files on mac instead of @
The mac GN build exceeds the command line limit when linking large
targets like webkit_unit_tests. The fix is to pass a response file to
the linker instead of passing a list of object files. Passing this by
@rspfile ends up expanding the list before calling clang, so this instead
passes it via the filelist parameter.
BUG=386046
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=278424
Patch Set 1 #
Messages
Total messages: 12 (0 generated)
|