Skip to content

Commit 930930a

Browse files
vgvassilevanutosh491
authored andcommitted
Force dwarf frames
1 parent f607723 commit 930930a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/Interpreter/CppInterOp.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2963,6 +2963,8 @@ namespace Cpp {
29632963
#ifdef _WIN32
29642964
// FIXME : Workaround Sema::PushDeclContext assert on windows
29652965
ClingArgv.push_back("-fno-delayed-template-parsing");
2966+
#elif __APPLE__
2967+
ClingArgv.push_back("-fforce-dwarf-frame");
29662968
#endif
29672969
ClingArgv.insert(ClingArgv.end(), Args.begin(), Args.end());
29682970
// To keep the Interpreter creation interface between cling and clang-repl

0 commit comments

Comments
 (0)