mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This way we will compile the test program with `-Xlinker -headerpad_max_install_names`, which will allow `swift-darwin-postprocess.py` to amend the install names without errors. Take the chance to remove the `-target` parameter -- that is already provided by %target-swiftc_driver, and we have no need to enforce it to be at least `macosx10.11` (since by virtue of build-script defaults and Xcode in CI we don't support anything lower than `macosx10.13`) Addresses rdar://119907089
1.8 KiB
1.8 KiB