Emscripten wants -fvisibility=default by default. See:
https://github.com/emscripten-core/emscripten/pull/15413
For more disussion around what the default should be see
https://github.com/WebAssembly/tool-conventions/issues/176.
Paths
| Differential D113435
[Clang][Emscripten]: Don't default to -fvisibility=hidden Needs ReviewPublic Authored by sbc100 on Nov 8 2021, 2:02 PM.
Details Summary Emscripten wants -fvisibility=default by default. See: For more disussion around what the default should be see
Diff Detail
Revision Contents
Diff 385628 clang/lib/Driver/ToolChains/Clang.cpp
clang/test/Driver/wasm-toolchain.c
|