[libc-commits] [PATCH] D106470: [libc] Rename FEnv.h and refactor subsequent files
Hedin GarcĂa via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Jul 21 11:40:46 PDT 2021
hedingarcia created this revision.
hedingarcia added reviewers: sivachandra, aeubanks.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added a project: libc-project.
hedingarcia requested review of this revision.
Because Windows's pathnames are not case sensitive,
to avoid include conflicts between our header file FEnv.h and the
one from the C Standard library, <fenv.h>, the prior file was renamed.
The motive for the relabel came to fix this include error in
TestHelpers.cpp since a conflict arose with a file in the same
directory when #include <fenv.h> was being used.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D106470
Files:
libc/src/fenv/feclearexcept.cpp
libc/src/fenv/fegetenv.cpp
libc/src/fenv/fegetexceptflag.cpp
libc/src/fenv/fegetround.cpp
libc/src/fenv/feholdexcept.cpp
libc/src/fenv/feraiseexcept.cpp
libc/src/fenv/fesetenv.cpp
libc/src/fenv/fesetexceptflag.cpp
libc/src/fenv/fesetround.cpp
libc/src/fenv/fetestexcept.cpp
libc/src/fenv/feupdateenv.cpp
libc/test/src/fenv/enabled_exceptions_test.cpp
libc/test/src/fenv/exception_flags_test.cpp
libc/test/src/fenv/exception_status_test.cpp
libc/test/src/fenv/feclearexcept_test.cpp
libc/test/src/fenv/feholdexcept_test.cpp
libc/test/src/fenv/feupdateenv_test.cpp
libc/test/src/fenv/getenv_and_setenv_test.cpp
libc/test/src/math/RIntTest.h
libc/test/src/math/RoundToIntegerTest.h
libc/utils/FPUtil/FEnv.h
libc/utils/FPUtil/FEnvUtils.h
libc/utils/FPUtil/NearestIntegerOperations.h
libc/utils/FPUtil/aarch64/FEnv.h
libc/utils/FPUtil/aarch64/FEnvImpl.h
libc/utils/FPUtil/x86_64/FEnv.h
libc/utils/FPUtil/x86_64/FEnvImpl.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106470.360540.patch
Type: text/x-patch
Size: 30157 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210721/1b06e717/attachment-0001.bin>
More information about the libc-commits
mailing list