Issue 124978
Summary [flang] build broken on FreeBSD
Labels flang
Assignees vdonaldson
Reporter brooksdavis
    Since ff862d6de92f4, the flang build has been broken on FreeBSD because `__FE_DENORM` isn't defined on x86_64 for at least the clang 18 in the FreeBSD 14.2 base system.

See also https://github.com/llvm/llvm-project/pull/121949#discussion_r1934462503

I've worked around it in FreeBSD's llvm-devel port with an `#if !defined(__FreeBSD__)`, but it would nice to ship llvm 20 without a patch.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to