Unverified Commit 3149c934 authored by Leandro Lupori's avatar Leandro Lupori Committed by GitHub
Browse files

[flang] Fix Darwin build after 4762c655 (#84478)

Select POSIX 2008 standard to avoid including Darwin extensions.
Otherwise, Darwin's math.h header defines HUGE, which conflicts
with Flang's HUGE function.

This started happening after 4762c655 (#82443), that added the
"utility" include, which seems to include "math.h".
parent 7b90a67f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment