Skip to content

What is required for loading a static libraries to provide symbols to the JIT. #188

@fsfod

Description

@fsfod

If you try to use any of MSVC STL library on windows you end up with missing symbol errors from the JIT. The failing symbols come from the c++ runtime static library that still needed even if you use the shared runtime library.
I see there were patches for patches for it using Orc runtime https://reviews.llvm.org/D134615, but it looks like it was never merged.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions