Skip to content

[CMake/Macros] Set correct RPATH #616

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

Merged
merged 2 commits into from
Aug 17, 2024
Merged

Conversation

rintaro
Copy link
Member

@rintaro rintaro commented Aug 16, 2024

Previously it expected the host (i.e. the compiler) already loaded all dependencies in the process. But since that's not guaranteed, let's set the correct RPATH.
Also, stop importing string-processing and backtracing.

It's not guaranteed that the host compiler has all the dependency
loaded.
Other macro libraries e.g. ObservationMacros don't import them.
@rintaro
Copy link
Member Author

rintaro commented Aug 16, 2024

@swift-ci Please test

@rintaro rintaro merged commit a90e8c5 into swiftlang:main Aug 17, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants