Skip to content

Commit

Permalink
Force dwarf frames
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvassilev committed Dec 5, 2024
1 parent e20f5df commit d192285
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 @@ -2705,6 +2705,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 d192285

Please sign in to comment.