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