-
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] Make LLVM a build-script product #38507
Conversation
@swift-ci test |
I left the original build-script-impl code in the comments, so it's easier to review. |
Build failed |
Build failed |
@swift-ci test |
Build failed |
Build failed |
@swift-ci test |
Build failed |
Build failed |
@swift-ci test |
Build failed |
Build failed |
@swift-ci test |
Build failed |
Build failed |
cc8eb6e
to
977f4fe
Compare
@swift-ci test |
Build failed |
@swift-ci test |
Build failed |
Build failed |
@swift-ci test |
Build failed |
Build failed |
@swift-ci test |
Build failed |
Build failed |
@swift-ci build toolchain macos |
4648a35
to
937a381
Compare
@swift-ci build toolchain macos |
937a381
to
4c49500
Compare
@swift-ci build toolchain macos |
4c49500
to
9fd1531
Compare
@swift-ci build toolchain macos |
9fd1531
to
fcb6ec4
Compare
@swift-ci test |
fcb6ec4
to
d6f9782
Compare
@swift-ci test |
72fa3e1
to
54b0a30
Compare
@swift-ci test |
54b0a30
to
61ee2fb
Compare
rdar://80733826
61ee2fb
to
3f80cb6
Compare
@swift-ci smoke test |
@drexin, just noticed that this finally went in when building the latest trunk snapshot, great to see. However, it did cause a problem when building LLVM: the number of build jobs is no longer passed to CMake and ninja just maxes out the number of CPUs used, rather than applying the number of jobs passed to I just looked into it and the issue is that these CMake build args were always generated in I've worked around it locally by pulling in that flag I need with this patch, not sure exactly what you want to do generally to fix this:
|
@buttaface Ah, good catch. Would you mind creating an issue and assigning it to me? |
Some parameters were accidentally dropped with the introduction of swiftlang#38507. rdar://103080745
Also, add flag and comment from `build-script-util` that was missed in the recent Python translation, swiftlang#38507.
Also, add flag and comment from `build-script-util` that was missed in the recent Python translation, swiftlang#38507.
Some parameters were accidentally dropped with the introduction of swiftlang#38507. rdar://103080745
Also, add flag and comment from `build-script-util` that was missed in the recent Python translation, swiftlang#38507.
Some parameters were accidentally dropped with the introduction of swiftlang#38507. rdar://103080745
rdar://80733826