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 3532131 commit e2eabb1Copy full SHA for e2eabb1
lib/Interpreter/CppInterOp.cpp
@@ -2631,7 +2631,6 @@ namespace Cpp {
2631
ClingArgv.push_back("-fno-delayed-template-parsing");
2632
// FIXME : Workaround for emulated tls symbols not found
2633
ClingArgv.push_back("-femulated-tls");
2634
- ClingArgv.push_back("-fno-threadsafe-statics");
2635
#endif
2636
ClingArgv.insert(ClingArgv.end(), Args.begin(), Args.end());
2637
// To keep the Interpreter creation interface between cling and clang-repl
0 commit comments