We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38098b4 commit 594b58cCopy full SHA for 594b58c
clang/lib/Interpreter/Interpreter.cpp
@@ -200,7 +200,6 @@ IncrementalCompilerBuilder::CreateCpp() {
200
#ifdef __EMSCRIPTEN__
201
Argv.push_back("-target");
202
Argv.push_back("wasm32-unknown-emscripten");
203
- Argv.push_back("-shared");
204
Argv.push_back("-fvisibility=default");
205
#endif
206
Argv.insert(Argv.end(), UserArgs.begin(), UserArgs.end());
0 commit comments