Skip to content

Commit e2eabb1

Browse files
committed
Update CppInterOp.cpp
1 parent 3532131 commit e2eabb1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Interpreter/CppInterOp.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2631,7 +2631,6 @@ namespace Cpp {
26312631
ClingArgv.push_back("-fno-delayed-template-parsing");
26322632
// FIXME : Workaround for emulated tls symbols not found
26332633
ClingArgv.push_back("-femulated-tls");
2634-
ClingArgv.push_back("-fno-threadsafe-statics");
26352634
#endif
26362635
ClingArgv.insert(ClingArgv.end(), Args.begin(), Args.end());
26372636
// To keep the Interpreter creation interface between cling and clang-repl

0 commit comments

Comments
 (0)