This is an archive of the discontinued LLVM Phabricator instance.

Include math header early to avoid HUGE_VALF redefinition
AbandonedPublic

Authored by jpark37 on Aug 4 2020, 6:27 PM.

Details

Reviewers
deadalnix
Summary

Fix math.h warning if included after DataTypes.h header.

Diff Detail

Event Timeline

jpark37 created this revision.Aug 4 2020, 6:27 PM
Herald added a project: Restricted Project. · View Herald Transcript
jpark37 requested review of this revision.Aug 4 2020, 6:27 PM
jpark37 abandoned this revision.Nov 27 2020, 5:43 PM

Looks like the issue was fixed by 9124fa592098d3794d7b31f83a58e40cc469ff0c.