Skip to content

Commit 4feba9c

Browse files
committed
updating flags
1 parent 07371ce commit 4feba9c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

clang/lib/Interpreter/Interpreter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ IncrementalCompilerBuilder::CreateCpp() {
196196
#ifdef __EMSCRIPTEN__
197197
Argv.push_back("-target");
198198
Argv.push_back("wasm32-unknown-emscripten");
199-
Argv.push_back("-pie");
200199
Argv.push_back("-shared");
201200
#endif
202201
Argv.insert(Argv.end(), UserArgs.begin(), UserArgs.end());

clang/lib/Interpreter/Wasm.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ llvm::Error WasmIncrementalExecutor::addModule(PartialTranslationUnit &PTU) {
7777
"--no-entry",
7878
"--export-all",
7979
"--experimental-pic",
80-
"--export-dynamic",
8180
"--stack-first",
8281
"--allow-undefined",
8382
OutputFileName.c_str(),

0 commit comments

Comments
 (0)