Skip to content

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)

Merge request reports