GN: 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 Review URL: https://codereview.chromium.org/340233002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278424 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment