File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,6 @@ emcmake cmake -DCMAKE_BUILD_TYPE=Release \
7373 -DCMAKE_CXX_FLAGS=" -Dwait4=__syscall_wait4" \
7474 ../llvm
7575emmake make clang -j $( nproc --all)
76- emmake make clang-repl -j $( nproc --all)
7776emmake make lld -j $( nproc --all)
7877```
7978
@@ -83,8 +82,7 @@ Once this finishes building we need to take note of where we built our llvm buil
8382export LLVM_BUILD_DIR=$PWD
8483```
8584
86- We can move onto building the wasm
87- version of CppInterOp. To do this execute the following
85+ We can move onto building the wasm version of CppInterOp. To do this execute the following
8886
8987``` bash
9088cd ../../CppInterOp/
@@ -103,7 +101,7 @@ emcmake cmake -DCMAKE_BUILD_TYPE=Release \
103101emmake make -j $( nproc --all)
104102` ` ` bash
105103
106- Once this finishes building we need to take note of where we built our llvm build . This can be done by executing the following
104+ Once this finishes building we need to take note of where we built CppInterOp . This can be done by executing the following
107105
108106` ` ` bash
109107export CPPINTEROP_BUILD_DIR=$PWD
You can’t perform that action at this time.
0 commit comments