Uh oh!
There was an error while loading. Please reload this page.
rustbuild: expose LLVM_PARALLEL_LINK_JOBS - #40277
Conversation
rust-highfive
commented
Mar 5, 2017
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
hanna-kruppe
commented
Mar 5, 2017
NB: This is untested, because rebuilding LLVM is a hassle on the machine I'm currently on (and MSVC may ignore it anyway). |
Mark-Simulacrum
commented
Mar 5, 2017
For me, linking LLVM in parallel (-j8 for my number of cores) consumes more than 8 GB of memory, while building it never consumes more than ~2 GB, so it would be very nice to be able to build quickly (in parallel) but not link in parallel. |
alexcrichton
commented
Mar 6, 2017
@bors: r+ |
bors
commented
Mar 6, 2017
📌 Commit 202d8da has been approved by |
alexcrichton
commented
Mar 6, 2017
Thanks @rkruppe! |
…alexcrichton rustbuild: expose LLVM_PARALLEL_LINK_JOBS This allows limiting the number of linker jobs to avoid swapping when linking LLVM with debug info.
bors
commented
Mar 9, 2017
🔒 Merge conflict |
This allows limiting the number of linker jobs to avoid swapping when linking LLVM with debug info.
202d8da to
58ff4f6CompareI have no idea what this "merge conflict" is about, I just rebased without conflicts?! Maybe that unwedges bors ¯\_(ツ)_/¯ |
alexcrichton
commented
Mar 9, 2017
@bors: r+ |
bors
commented
Mar 9, 2017
📌 Commit 58ff4f6 has been approved by |
…alexcrichton rustbuild: expose LLVM_PARALLEL_LINK_JOBS This allows limiting the number of linker jobs to avoid swapping when linking LLVM with debug info.
…alexcrichton rustbuild: expose LLVM_PARALLEL_LINK_JOBS This allows limiting the number of linker jobs to avoid swapping when linking LLVM with debug info.
…alexcrichton rustbuild: expose LLVM_PARALLEL_LINK_JOBS This allows limiting the number of linker jobs to avoid swapping when linking LLVM with debug info.
…alexcrichton rustbuild: expose LLVM_PARALLEL_LINK_JOBS This allows limiting the number of linker jobs to avoid swapping when linking LLVM with debug info.
…alexcrichton rustbuild: expose LLVM_PARALLEL_LINK_JOBS This allows limiting the number of linker jobs to avoid swapping when linking LLVM with debug info.
Rollup of 38 pull requests - Successful merges: #39202, #39820, #39918, #39921, #40092, #40146, #40199, #40225, #40239, #40257, #40259, #40261, #40277, #40278, #40287, #40297, #40311, #40315, #40319, #40324, #40336, #40340, #40344, #40345, #40367, #40369, #40372, #40373, #40379, #40385, #40386, #40389, #40400, #40404, #40410, #40422, #40423, #40424 - Failed merges: #40220, #40329, #40426
Rollup of 38 pull requests - Successful merges: #39202, #39820, #39918, #39921, #40092, #40146, #40199, #40225, #40239, #40257, #40259, #40261, #40277, #40278, #40287, #40297, #40311, #40315, #40319, #40324, #40336, #40340, #40344, #40345, #40367, #40369, #40372, #40373, #40379, #40385, #40386, #40389, #40400, #40404, #40410, #40422, #40423, #40424 - Failed merges: #40220, #40329, #40426
This allows limiting the number of linker jobs to avoid swapping when linking LLVM with debug info.