We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e20f5df commit d192285Copy full SHA for d192285
lib/Interpreter/CppInterOp.cpp
@@ -2705,6 +2705,8 @@ namespace Cpp {
2705
#ifdef _WIN32
2706
// FIXME : Workaround Sema::PushDeclContext assert on windows
2707
ClingArgv.push_back("-fno-delayed-template-parsing");
2708
+#elif __APPLE__
2709
+ ClingArgv.push_back("-fforce-dwarf-frame");
2710
#endif
2711
ClingArgv.insert(ClingArgv.end(), Args.begin(), Args.end());
2712
// To keep the Interpreter creation interface between cling and clang-repl
0 commit comments