Skip to content

Commit 1bf40f9

Browse files
committed
rebase
1 parent c21c80e commit 1bf40f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Interpreter/CppInterOp.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ namespace Cpp {
6464
struct InterpDeleter {
6565
~InterpDeleter() {
6666
#ifdef __APPLE__
67-
sInterpreter.removeFindDynamicUnwindSections();
67+
compat::removeFindDynamicUnwindSections();
6868
#endif
6969
sInterpreter.release();
7070
}

0 commit comments

Comments
 (0)