Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REFACTOR][RUNTIME] LibraryModule that merges systemlib and dso #4481

Merged
merged 1 commit into from
Dec 9, 2019

Commits on Dec 9, 2019

  1. [REFACTOR][RUNTIME] Add LibraryModule that merges systemlib and dso.

    Historically we have two variations of modules(DSOModule and SystemLibModule)
    that both exposes module via symbols.
    
    This PR creates a common implementation for both, and introduce a Library
    base class that allows us to have different implementations of GetSymbol.
    
    It paves ways for future library related module enhancements.
    tqchen committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    c70442d View commit details
    Browse the repository at this point in the history