-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[Dependency Scanning] Build libSwiftScan with Swift Modules required for parsing regex #65372
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
@swift-ci smoke test |
6b0933e
to
83be391
Compare
@swift-ci smoke test |
@swift-ci smoke test Windows platform |
@swift-ci smoke test |
…for parsing regex Otherwise scanning actions which encounter regex literals will fail. Resolves rdar://108321860
83be391
to
6c71d80
Compare
@swift-ci smoke test |
@swift-ci smoke test macOS platform |
@artemcm, since you added this, I see an incorrect runpath added to this library on linux:
The issue is that you've triggered this CMake function to automatically add the Swift runpath, which fails because it expects all host libraries to be placed in You'll want to fix this, else this library won't always work on linux. |
Otherwise scanning actions which encounter regex literals will fail.
Resolves rdar://108321860