summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--strata/llvm-common/llvm.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/strata/llvm-common/llvm.morph b/strata/llvm-common/llvm.morph
index b34ca011..08c32fa5 100644
--- a/strata/llvm-common/llvm.morph
+++ b/strata/llvm-common/llvm.morph
@@ -12,7 +12,7 @@ configure-commands:
-DLLVM_ENABLE_FFI=ON \
-DCMAKE_BUILD_TYPE=Release \
-DLLVM_BUILD_LLVM_DYLIB=ON \
- -DLLVM_TARGETS_TO_BUILD="host" \
+ -DLLVM_TARGETS_TO_BUILD="host;AMDGPU" \
-Wno-dev ..
build-commands:
- |