Skip to content

Commit

Permalink
Force dwarf frames
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvassilev authored and mcbarton committed Dec 14, 2024
1 parent 6c08649 commit 02ca483
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Interpreter/CppInterOp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2710,6 +2710,8 @@ namespace Cpp {
#ifdef _WIN32
// FIXME : Workaround Sema::PushDeclContext assert on windows
ClingArgv.push_back("-fno-delayed-template-parsing");
#elif __APPLE__
ClingArgv.push_back("-fforce-dwarf-frame");
#endif
ClingArgv.insert(ClingArgv.end(), Args.begin(), Args.end());
// To keep the Interpreter creation interface between cling and clang-repl
Expand Down

0 comments on commit 02ca483

Please sign in to comment.