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 8111016 commit fba9446Copy full SHA for fba9446
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
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("--dependent-lib='D:/a/CppInterOp/CppInterOp/llvm-project/build/Release/lib/clang/19/lib/windows/clang_rt.builtins-x86_64.lib'");
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