This is an archive of the discontinued LLVM Phabricator instance.

[libc][windows] rename fenv internals for windows
ClosedPublic

Authored by michaelrj on Sep 27 2022, 4:54 PM.

Details

Summary

On windows, including math.h causes macros for "OVERFLOW" and
"UNDERFLOW" to be defined. This patch renames some variables internal to
FEnvImpl.h to avoid colliding with those.

Diff Detail

Event Timeline

michaelrj created this revision.Sep 27 2022, 4:54 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptSep 27 2022, 4:54 PM
michaelrj requested review of this revision.Sep 27 2022, 4:54 PM
sivachandra accepted this revision.Sep 29 2022, 1:06 PM
This revision is now accepted and ready to land.Sep 29 2022, 1:06 PM
This revision was automatically updated to reflect the committed changes.