CMakeParseImplicitLinkInfo: Ignore ld -lto_library flag
The ld
tool in Xcode 8.3 now has a -lto_library <path>
flag. Ignore the flag instead of accidentally parsing it as -l
with to_library
.
Fixes: #16766 (closed)
System updates will be applied on Mar 27th between 7am and 9am, EST (UTC-05:00). This site will have intermittent downtime during that time.
The ld
tool in Xcode 8.3 now has a -lto_library <path>
flag. Ignore the flag instead of accidentally parsing it as -l
with to_library
.
Fixes: #16766 (closed)