File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -2629,7 +2629,8 @@ namespace Cpp {
26292629#ifdef _WIN32
26302630 // FIXME : Workaround Sema::PushDeclContext assert on windows
26312631 ClingArgv.push_back (" -fno-delayed-template-parsing" );
2632- ClingArgv.push_back (" -Xclang --dependent-lib=D:\a \CppInterOp\CppInterOp\llvm-project\b uild\Release\lib\clang\1 9\lib\windows\clang_rt.builtins-x86_64.lib" );
2632+ ClingArgv.push_back (" -Xclang" );
2633+ ClingArgv.push_back (" --dependent-lib='D:\a \CppInterOp\CppInterOp\llvm-project\b uild\Release\lib\clang\1 9\lib\windows\clang_rt.builtins-x86_64.lib'" );
26332634#endif
26342635 ClingArgv.insert (ClingArgv.end (), Args.begin (), Args.end ());
26352636 // To keep the Interpreter creation interface between cling and clang-repl
You can’t perform that action at this time.
0 commit comments