We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c21c80e commit 1bf40f9Copy full SHA for 1bf40f9
lib/Interpreter/CppInterOp.cpp
@@ -64,7 +64,7 @@ namespace Cpp {
64
struct InterpDeleter {
65
~InterpDeleter() {
66
#ifdef __APPLE__
67
- sInterpreter.removeFindDynamicUnwindSections();
+ compat::removeFindDynamicUnwindSections();
68
#endif
69
sInterpreter.release();
70
}
0 commit comments