Skip to content

Commit 594b58c

Browse files
authored
Remove redundant shared flag while running clang-repl in browser
1 parent 38098b4 commit 594b58c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/Interpreter/Interpreter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ IncrementalCompilerBuilder::CreateCpp() {
200200
#ifdef __EMSCRIPTEN__
201201
Argv.push_back("-target");
202202
Argv.push_back("wasm32-unknown-emscripten");
203-
Argv.push_back("-shared");
204203
Argv.push_back("-fvisibility=default");
205204
#endif
206205
Argv.insert(Argv.end(), UserArgs.begin(), UserArgs.end());

0 commit comments

Comments
 (0)