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 397faa6 commit 8c367f0Copy full SHA for 8c367f0
lib/Interpreter/CppInterOp.cpp
@@ -2629,7 +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 --dependent-lib=D:\a\CppInterOp\CppInterOp\llvm-project\build\Release\lib\clang\19\lib\windows\clang_rt.builtins-x86_64.lib")
+ ClingArgv.push_back("-Xclang --dependent-lib=D:\a\CppInterOp\CppInterOp\llvm-project\build\Release\lib\clang\19\lib\windows\clang_rt.builtins-x86_64.lib");
2633
#endif
2634
ClingArgv.insert(ClingArgv.end(), Args.begin(), Args.end());
2635
// To keep the Interpreter creation interface between cling and clang-repl
0 commit comments