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

Avoid Float80 test data on platforms that lack Float80 #15852

Merged
merged 1 commit into from
Apr 12, 2018

Commits on Apr 10, 2018

  1. Avoid Float80 test data on platforms that lack Float80

    This was an oversight from PR swiftlang#15474.  Most of the Float80
    tests were correctly compiled only on `!Windows && (x86 || i386)`
    but I failed to mark some Float80 test data.
    
    Fixes: Radar 39246292
    tbkka committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    339edda View commit details
    Browse the repository at this point in the history