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

Fix VS 2019 compilation of compiler-rt #15

Merged
merged 1 commit into from
Jun 21, 2019

Commits on Jun 21, 2019

  1. Remove unneeded ymath.h include from int_math.h

    This avoids a conflict between stdbool.h, which defines bool to _Bool in
    xkeycheck.h. From what I can tell, ymath.h is an internal header, and
    the intention is that users should include math.h directly instead. It
    doesn't appear to provide declarations of anything required for our
    builtins. This include was added back in r249513 from 2015, and it's
    possible that ymath.h provided something this code needed at the time,
    but today it does not.
    
    llvm-svn: 357728
    rnk authored and Zoxc committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    0f6e6bc View commit details
    Browse the repository at this point in the history