Skip to content

Commit 397faa6

Browse files
committed
Test possible solution (to remove hardcoded path)
1 parent a9085ac commit 397faa6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Interpreter/CppInterOp.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2629,6 +2629,7 @@ 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\build\Release\lib\clang\19\lib\windows\clang_rt.builtins-x86_64.lib")
26322633
#endif
26332634
ClingArgv.insert(ClingArgv.end(), Args.begin(), Args.end());
26342635
// To keep the Interpreter creation interface between cling and clang-repl

0 commit comments

Comments
 (0)