Skip to content

Commit 02ca483

Browse files
vgvassilevmcbarton
authored andcommitted
Force dwarf frames
1 parent 6c08649 commit 02ca483

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/Interpreter/CppInterOp.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -2710,6 +2710,8 @@ namespace Cpp {
27102710
#ifdef _WIN32
27112711
// FIXME : Workaround Sema::PushDeclContext assert on windows
27122712
ClingArgv.push_back("-fno-delayed-template-parsing");
2713+
#elif __APPLE__
2714+
ClingArgv.push_back("-fforce-dwarf-frame");
27132715
#endif
27142716
ClingArgv.insert(ClingArgv.end(), Args.begin(), Args.end());
27152717
// To keep the Interpreter creation interface between cling and clang-repl

0 commit comments

Comments
 (0)