-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
build-script: add flag to pass arguments to dsymutil #72486
build-script: add flag to pass arguments to dsymutil #72486
Conversation
@swift-ci please python lint |
@swift-ci please test |
@swift-ci please build toolchain |
@swift-ci please test WebAssembly |
@swift-ci please build toolchain macOS |
Please test with following pull request: @swift-ci please build toolchain macOS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems fine to me, but perhaps we should name the parameter dsymutil-extra-args as they are appended.
This is currently needed to disable DWARF verification in some Apple internal configurations. Addresses rdar://125092216
f37f89e
to
efdd495
Compare
@swift-ci please python lint |
@swift-ci please test |
@swift-ci please test WebAssembly |
Please test with following pull request: @swift-ci please build toolchain |
@swift-ci please test WebAssembly |
@swift-ci please test Windows |
This is currently needed to disable DWARF verification in some Apple internal configurations.
Addresses rdar://125092216