Tapan Thaker
Tapan Thaker
Hey folks, I want to contribute to making mold work with macOS. I guess the first step would be to document the features currently not supported as I run into...
Support the following flags: - objc_abi_version: Not documented - debug_variant Do not warn about issues that are only problems for binaries shipping to customers. - exported_symbol symbol The specified symbol...
Sounds good 👍. Should we create a way to track our progress? That'll ensure that I don't step on something you are working on.
Nice idea 👍 would think about it once I am back from Vacation :D
Still opening this issue, because the current method to disable view debugging isn't that great.
Yes. It can be a problem because of swift 2 / 2.1 changes. Will get back to you in sometime.
Hey @hendych, We saw this happening as well but it is because the `ar` utility cannot extract files correctly if there are more than 2 object entries with the same...
Here's the patch on top of this PR if someone wants to try my not-so-nice solution [llbuild-fix-incremental-after-build-failure-patch.txt](https://github.com/apple/swift-llbuild/files/10079546/llbuild-fix-incremental-after-build-failure-patch.txt) In order to make it work inside Xcode 14.1 you need to replace...
@erikolofsson : Can you update this PR with the changes in your branch https://github.com/erikolofsson/swift-llbuild/tree/incremental-parallel-20248283-2
@dmbryson: Please re-review this diff. We have been testing this feature here at Uber and it is giving us an improved performance due to parallel module builds. We did some...