[llvm] Disable shared libraries when building with emscripten (PR #118262)
Anutosh Bhat via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 22 03:52:57 PST 2024
anutosh491 wrote:
> Are you able to make the build work without this patch using settings like these ones: https://github.com/YoWASP/clang/blob/0e0259397c85ba52b7370f6be0f52ae08ba3f4d5/build.sh#L72-L221
Absolutely. The build is being hosted on emscripten-forge (which uses version 3.1.45 on main)
1) recipe.yaml (https://github.com/emscripten-forge/recipes/blob/main/recipes/recipes_emscripten/llvm/recipe.yaml)
2) build.sh (https://github.com/emscripten-forge/recipes/blob/main/recipes/recipes_emscripten/llvm/build.sh)
I realize why the above patch is required .
https://github.com/llvm/llvm-project/pull/118262
More information about the llvm-commits
mailing list