Skip to content

Commit b7cfb5b

Browse files
yetistheiher
authored andcommitted
Add LLVMParts to rust required components
1 parent c7fe3e6 commit b7cfb5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_llvm/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const OPTIONAL_COMPONENTS: &[&str] = &[
2626
];
2727

2828
const REQUIRED_COMPONENTS: &[&str] =
29-
&["ipo", "bitreader", "bitwriter", "linker", "asmparser", "lto", "coverage", "instrumentation"];
29+
&["ipo", "bitreader", "bitwriter", "linker", "asmparser", "lto", "coverage", "instrumentation", "parts"];
3030

3131
fn detect_llvm_link() -> (&'static str, &'static str) {
3232
// Force the link mode we want, preferring static by default, but

0 commit comments

Comments
 (0)