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