[llvm] Fix warnings while building llvm against emscripten for web assembly (PR #118262)
Anutosh Bhat via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 2 18:56:44 PST 2024
================
@@ -635,6 +635,11 @@ function(llvm_add_library name)
set(ARG_STATIC)
endif()
+ if(EMSCRIPTEN)
----------------
anutosh491 wrote:
Done.
https://github.com/llvm/llvm-project/pull/118262
More information about the llvm-commits
mailing list