Skip to content

Commit 9d3ba6e

Browse files
Actually enable the amdgpu component if present.
1 parent d70bc8f commit 9d3ba6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_llvm/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ fn main() {
8181
let is_crossed = target != host;
8282

8383
let mut optional_components =
84-
vec!["x86", "arm", "aarch64", "mips", "powerpc",
84+
vec!["x86", "arm", "aarch64", "amdgpu", "mips", "powerpc",
8585
"systemz", "jsbackend", "webassembly", "msp430", "sparc", "nvptx"];
8686

8787
let mut version_cmd = Command::new(&llvm_config);

0 commit comments

Comments
 (0)