Skip to content

Commit d192285

Browse files
committed
Force dwarf frames
1 parent e20f5df commit d192285

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: lib/Interpreter/CppInterOp.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -2705,6 +2705,8 @@ namespace Cpp {
27052705
#ifdef _WIN32
27062706
// FIXME : Workaround Sema::PushDeclContext assert on windows
27072707
ClingArgv.push_back("-fno-delayed-template-parsing");
2708+
#elif __APPLE__
2709+
ClingArgv.push_back("-fforce-dwarf-frame");
27082710
#endif
27092711
ClingArgv.insert(ClingArgv.end(), Args.begin(), Args.end());
27102712
// To keep the Interpreter creation interface between cling and clang-repl

0 commit comments

Comments
 (0)