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

Include missing functions from llvm's compiler-rt into Jitllvm #1153

Merged
merged 1 commit into from
May 24, 2020

Commits on May 24, 2020

  1. Include missing functions from llvm's compiler-rt into Jitllvm

    Under Windows, we also need to compile these with clang (because MSVCRT doesn't seem to
    have proper uint128_t support), so automatically check if clang is
    installed (through the registry) and force distutils to use it (with a
    not so nice hack).
    
    Last but not least, this only works for 64 bit systems, so disable the mn_div
    test if this is not the case.
    aguinet committed May 24, 2020
    Configuration menu
    Copy the full SHA
    a9768e3 View commit details
    Browse the repository at this point in the history