[all-commits] [llvm/llvm-project] cb2e2d: [libc] Small adjustments to fenv tests
michaelrj-google via All-commits
all-commits at lists.llvm.org
Mon Feb 1 10:40:53 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cb2e2d506814dc3c06449a87aec180b29f4351d7
https://github.com/llvm/llvm-project/commit/cb2e2d506814dc3c06449a87aec180b29f4351d7
Author: Michael Jones <michaelrj at google.com>
Date: 2021-02-01 (Mon, 01 Feb 2021)
Changed paths:
M libc/test/src/fenv/enabled_exceptions_test.cpp
M libc/test/src/fenv/exception_status_test.cpp
Log Message:
-----------
[libc] Small adjustments to fenv tests
Some libcs define non-standard FE_* macros and include them in
FE_ALL_EXCEPT. This change adjusts the fenv tests so that the
non-standard FE_* macros do not interfere when compiled with
fenv.h from another libc.
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D95650
More information about the All-commits
mailing list