Changes between Version 1 and Version 2 of Ticket #53931, comment 10
- Timestamp:
- Apr 21, 2017, 6:00:57 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #53931, comment 10
v1 v2 1 1 OK - looking at the source code for the two versions of ld64 <https://opensource.apple.com/tarballs/ld64/> , the issue is that ld64-127 does not understand `-lto_library` whereas ld64-136 does understand it. 2 2 3 So it appears to be the rollback to ld64-127 on snowleopard that has caused this (together with the fact that it's now the default to invoke it).3 So it appears to be the rollback to ld64-127 on snowleopard that has caused this (together with the fact that it's now the default to invoke LTO on clang-3.9.1). 4 4 5 5 Jeremy's obviously very busy these days - but presumably he had a reason to roll back ld64 on snowleopard -- I just don't know what it is.