-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[build] Don't execute dsymutil in parallel #33654
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
`dsymutil` is already multithreaded and can be memory intensive -- execute it one at a time. Addresses rdar://63892559
@swift-ci Please Build Toolchain macOS Platform |
@swift-ci Please Build Toolchain Linux Platform |
@swift-ci please smoke test |
@swift-ci please smoke test Linux |
@swift-ci Please Build Toolchain macOS Platform |
@swift-ci Please Build Toolchain Linux Platform |
Linux Toolchain (Ubuntu 16.04) Install command |
macOS Toolchain Install command |
The change in swiftlang#33654 had the effect of not leveraging dsymutil parallelism -- pass instead multiple file at once. Addresses rdar://69550787
The change in #33654 had the effect of not leveraging dsymutil parallelism -- pass instead multiple file at once. Addresses rdar://69550787
dsymutil
is already multithreaded and can be memory intensive --execute it one at a time.
Addresses rdar://63892559