michaeleisel / zld

A faster version of Apple's linker
MIT License
1.19k stars 50 forks source link

Upgrade TAPI to work with Catalyst #59

Closed michaeleisel closed 4 years ago

michaeleisel commented 4 years ago

After looking at issue again, I realized I was mistaken and that the newest released headers by Apple do support it. So, this just updates to the latest from opensource.apple.com (still really hoping they release new tapi headers soon, but this fixes the apparent issues afaict)

michaeleisel commented 4 years ago

@steipete here's a proper fix with no fallback needed for catalyst

michaeleisel commented 4 years ago

@rmaz @milend in case you were using the zld fallback flag, and thus having it fall back to stock ld for xcode 12, this will now use zld for xcode 12

michaeleisel commented 4 years ago

Ran locally and looks good, looks like the test issue is fixed with https://github.com/michaeleisel/zld/pull/60