You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to compile clang & lld to wasm using emscripten. Although I was able to build stuff (not sure everything works though for eg at runtime), I have doubts about certain flags
Not sure about the use of llvm-tblgen and would appreciate clarification on this comment
# For the actual build, we need to have llvm-tblgen built for the host
cmake -G Ninja -S llvm -B build-host -DCMAKE_BUILD_TYPE=Release
cmake --build build-host --target llvm-tblgen
Which means I am not even using this flag -DLLVM_TABLEGEN=$PWD/build-host/bin/llvm-tblgen
What's the use case behind this CXXFLAGS="-Dwait4=__syscall_wait4"
Would be great if you could clarify these things for me
The text was updated successfully, but these errors were encountered:
Hi @soedirgo
I am trying to compile clang & lld to wasm using emscripten. Although I was able to build stuff (not sure everything works though for eg at runtime), I have doubts about certain flags
llvm-tblgen
and would appreciate clarification on this commentWhich means I am not even using this flag
-DLLVM_TABLEGEN=$PWD/build-host/bin/llvm-tblgen
CXXFLAGS="-Dwait4=__syscall_wait4"
Would be great if you could clarify these things for me
The text was updated successfully, but these errors were encountered: