File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ command
127127mkdir build
128128cd build
129129cmake -DLLVM_ENABLE_PROJECTS=" clang;lld" \
130- -DLLVM_TARGETS_TO_BUILD=" host;NVPTX" \
130+ -DLLVM_TARGETS_TO_BUILD=" WebAssembly; host;NVPTX" \
131131 -DCMAKE_BUILD_TYPE=Release \
132132 -DLLVM_ENABLE_ASSERTIONS=ON \
133133 -DCLANG_ENABLE_STATIC_ANALYZER=OFF \
@@ -193,7 +193,7 @@ cd llvm-project/build
193193cmake -DLLVM_ENABLE_PROJECTS=" clang;lld" \
194194 -DLLVM_EXTERNAL_PROJECTS=cling \
195195 -DLLVM_EXTERNAL_CLING_SOURCE_DIR=../../cling \
196- -DLLVM_TARGETS_TO_BUILD=" host;NVPTX" \
196+ -DLLVM_TARGETS_TO_BUILD=" WebAssembly; host;NVPTX" \
197197 -DCMAKE_BUILD_TYPE=Release \
198198 -DLLVM_ENABLE_ASSERTIONS=ON \
199199 -DCLANG_ENABLE_STATIC_ANALYZER=OFF \
You can’t perform that action at this time.
0 commit comments