Skip to content

[5.8] LLVM product: amend installation path of compiler-rt libraries... #63312

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

edymtt
Copy link
Contributor

@edymtt edymtt commented Jan 30, 2023

...copied from the host toolchain

Addresses #62626, rdar://104724130

(cherry picked from commit a2aed1f, #63311 )

...copied from the host toolchain

Addresses swiftlang#62626, rdar://104724130

(cherry picked from commit a2aed1f)
@edymtt
Copy link
Contributor Author

edymtt commented Jan 30, 2023

@swift-ci please test

@edymtt
Copy link
Contributor Author

edymtt commented Jan 30, 2023

@swift-ci please build toolchain

@edymtt edymtt linked an issue Jan 30, 2023 that may be closed by this pull request
@edymtt
Copy link
Contributor Author

edymtt commented Jan 31, 2023

Verified with manual inspection that the compiler-rt libraries for iOS/tvOS/watchOS (and matching simulator) are present in the generate toolchain

> ls -1 Library/Developer/Toolchains/swift-PR-63312-526.xctoolchain/usr/lib/clang/13.0.0/lib/darwin/
.
..
libclang_rt.asan_osx_dynamic.dylib
libclang_rt.cc_kext.a
libclang_rt.fuzzer_interceptors_osx.a
libclang_rt.fuzzer_no_main_osx.a
libclang_rt.fuzzer_osx.a
libclang_rt.ios.a
libclang_rt.iossim.a
libclang_rt.lsan_osx_dynamic.dylib
libclang_rt.orc_osx.a
libclang_rt.osx.a
libclang_rt.profile_osx.a
libclang_rt.stats_client_osx.a
libclang_rt.stats_osx_dynamic.dylib
libclang_rt.tsan_osx_dynamic.dylib
libclang_rt.tvos.a
libclang_rt.tvossim.a
libclang_rt.ubsan_minimal_osx.a
libclang_rt.ubsan_minimal_osx_dynamic.dylib
libclang_rt.ubsan_osx.a
libclang_rt.ubsan_osx_dynamic.dylib
libclang_rt.watchos.a
libclang_rt.watchossim.a
libclang_rt.xray-basic_osx.a
libclang_rt.xray-fdr_osx.a
libclang_rt.xray-profiling_osx.a
libclang_rt.xray_osx.a

@edymtt edymtt merged commit b5c3c76 into swiftlang:release/5.8 Feb 1, 2023
@AnthonyLatsis AnthonyLatsis added the 🍒 release cherry pick Flag: Release branch cherry picks label May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🍒 release cherry pick Flag: Release branch cherry picks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Undefined symbol: ___isOSVersionAtLeast with macOS toolchains
3 participants