[libc-commits] [PATCH] D145099: [libc] add basic Intel MacOS configuration

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Mar 1 15:01:26 PST 2023


sivachandra accepted this revision.
sivachandra added inline comments.
This revision is now accepted and ready to land.


================
Comment at: libc/src/__support/FPUtil/FEnvImpl.h:32
+// TODO: add darwin x86_64 fenv
+#else
 #include "x86_64/FEnvImpl.h"
----------------
This `#if` is serving no purpose then. Just remove it.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145099/new/

https://reviews.llvm.org/D145099



More information about the libc-commits mailing list