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 fba9446 commit 86bb470Copy full SHA for 86bb470
lib/Interpreter/CppInterOp.cpp
@@ -2629,8 +2629,7 @@ namespace Cpp {
2629
#ifdef _WIN32
2630
// FIXME : Workaround Sema::PushDeclContext assert on windows
2631
ClingArgv.push_back("-fno-delayed-template-parsing");
2632
- ClingArgv.push_back("-Xclang");
2633
- ClingArgv.push_back("--dependent-lib='D:/a/CppInterOp/CppInterOp/llvm-project/build/Release/lib/clang/19/lib/windows/clang_rt.builtins-x86_64.lib'");
+ ClingArgv.push_back("-femulated-tls");
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