[libc-commits] [PATCH] D106470: [libc] Rename FEnv.h and refactor subsequent files

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Jul 21 14:51:38 PDT 2021


sivachandra accepted this revision.
sivachandra added inline comments.


================
Comment at: libc/utils/FPUtil/CMakeLists.txt:8
 if(EXISTS ${LIBC_TARGET_ARCHITECTURE})
-  set(FENV_IMPL ${LIBC_TARGET_ARCHITECTURE}/FEnv.h)
+  set(FENV_IMPL ${LIBC_TARGET_ARCHITECTURE}/FEnvUtils.h)
 else()
----------------
`FEnvImpl.h`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106470



More information about the libc-commits mailing list