[libc-commits] [PATCH] D106808: [libc] Fix x86_64 fenv implementation for windows
Arthur Eubanks via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Jul 26 10:42:58 PDT 2021
aeubanks accepted this revision.
aeubanks added inline comments.
This revision is now accepted and ready to land.
================
Comment at: libc/test/src/fenv/CMakeLists.txt:74
-if (NOT LLVM_USE_SANITIZER)
+if (NOT (LLVM_USE_SANITIZER OR (${LIBC_TARGET_OS} STREQUAL "windows")))
# Sanitizers don't like SIGFPE. So, we will run the
----------------
add a TODO/FIXME?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106808/new/
https://reviews.llvm.org/D106808
More information about the libc-commits
mailing list