Skip to content

[lldb] Update for _CompilerSwiftSyntax libraries #8855

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 1 commit into from
Jun 26, 2024

Conversation

rintaro
Copy link
Member

@rintaro rintaro commented Jun 5, 2024

Update for swiftlang/swift#73725
swift-syntax libraries for compilers are now in 'lib/swift/host/compiler'

@rintaro rintaro marked this pull request as ready for review June 6, 2024 22:54
@rintaro
Copy link
Member Author

rintaro commented Jun 7, 2024

Comment on lines -244 to +246
APPEND PROPERTY BUILD_RPATH "@loader_path/${build_reldir}lib/swift/host")
APPEND PROPERTY BUILD_RPATH "@loader_path/${build_reldir}lib/swift/host/compiler")
set_property(TARGET ${target}
APPEND PROPERTY INSTALL_RPATH "@loader_path/${reldir}lib/swift/host")
APPEND PROPERTY INSTALL_RPATH "@loader_path/${reldir}lib/swift/host/compiler")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we also need to update the Linux/etc branch?

swift-syntax libraries for compilers are now in 'lib/swift/host/compiler'
@rintaro rintaro force-pushed the lldb-compilerswiftsyntax branch from 01b31fd to 6f572b8 Compare June 24, 2024 18:42
@rintaro
Copy link
Member Author

rintaro commented Jun 24, 2024

@rintaro rintaro merged commit a527f49 into swiftlang:stable/20230725 Jun 26, 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