Actually enable the amdgpu component if present.
This commit is contained in:
parent
6ff72a1cfd
commit
1c0603e55f
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ fn main() {
|
||||||
let is_crossed = target != host;
|
let is_crossed = target != host;
|
||||||
|
|
||||||
let mut optional_components =
|
let mut optional_components =
|
||||||
vec!["x86", "arm", "aarch64", "mips", "powerpc",
|
vec!["x86", "arm", "aarch64", "amdgpu", "mips", "powerpc",
|
||||||
"systemz", "jsbackend", "webassembly", "msp430", "sparc", "nvptx"];
|
"systemz", "jsbackend", "webassembly", "msp430", "sparc", "nvptx"];
|
||||||
|
|
||||||
let mut version_cmd = Command::new(&llvm_config);
|
let mut version_cmd = Command::new(&llvm_config);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue