llvm-project/compiler-rt/lib
Reid Kleckner 96b823418d [builtins] Re-enable x86-only long double tests
Summary:
In r81552, the HAS_80_BIT_LONG_DOUBLE macro was added to the unit test
only version of int_lib.h. One month later in r85260 the duplicate
int_lib.h was removed, but the tests still passed because we don't build
with -Werror.

This is the minimal change to bring it back, and I decided to put the
configuration macro next to our 128-bit integer support macro.

Reviewers: joerg, compnerd, mstorsjo

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D53838

llvm-svn: 345645
2018-10-30 20:51:27 +00:00
..
BlocksRuntime [compiler-rt] Test commit: remove some trailing white spaces. 2017-08-25 19:36:30 +00:00
asan [sanitizer] Fix mallopt interceptor. 2018-10-25 22:15:44 +00:00
builtins [builtins] Re-enable x86-only long double tests 2018-10-30 20:51:27 +00:00
cfi Unbreak linux cfi build 2018-10-01 18:14:02 +00:00
dfsan sanitizers: consistently check result of MmapFixedNoReserve 2018-07-20 08:33:41 +00:00
esan Esan for FreeBSD, forgotten file. 2018-10-04 21:07:21 +00:00
fuzzer [libfuzzer][Windows] Silence linker warning in unittest 2018-10-14 17:07:40 +00:00
hwasan [sanitizer] Fix mallopt interceptor. 2018-10-25 22:15:44 +00:00
interception [interception] Switch to _type suffix instead of _f, NFC. 2018-10-22 20:54:48 +00:00
lsan [sanitizer] Fix mallopt interceptor. 2018-10-25 22:15:44 +00:00
msan Handle NetBSD symbol mangling for tzset 2018-10-30 08:16:14 +00:00
profile [compiler-rt] Remove unused formal parameters from allocateOneNode. NFC. 2018-10-09 20:10:28 +00:00
safestack SafeStack: Fix thread liveness check on *BSD 2018-08-28 18:30:03 +00:00
sanitizer_common Cast the return value of _Unwind_GetIP() to uptr 2018-10-30 18:25:12 +00:00
scudo [sanitizer] Fix mallopt interceptor. 2018-10-25 22:15:44 +00:00
stats [CMake] Add compiler-rt header files to the list of sources for targets 2018-07-10 13:00:17 +00:00
tsan Handle NetBSD alias for pthread_sigmask 2018-10-30 18:49:19 +00:00
ubsan [compiler-rt][ubsan] Split Implicit Integer Truncation Sanitizer into unsigned and signed checks 2018-10-11 09:09:52 +00:00
ubsan_minimal [ubsan-minimal] update comments in CMakeLists.txt 2018-10-30 01:20:12 +00:00
xray [XRay] Migrate FDR runtime to use refactored controller 2018-10-30 04:35:48 +00:00
CMakeLists.txt [cmake] Add a separate CMake var to control profile runtime 2017-10-02 05:03:55 +00:00