Skip to content

Commit 50a23f8

Browse files
aparshin-inteligcbot
authored andcommitted
AdaptorCM should provide access to DyLib wrapper
1 parent dde453b commit 50a23f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

IGC/CMFE/AdaptorCM/Frontend.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ template <typename Fn> class FEWrapper {
197197
return {Args, Del};
198198
}
199199

200+
DyLibTy &LibInfo() { return Lib; }
201+
200202
#undef CMFE_WRAPPER_GET_SYMBOL
201203
#undef CMFE_WRAPPER_GET_SYMBOL_IMPL
202204
};

0 commit comments

Comments
 (0)