Go to file
Yabin Cui 66e5db99b3 [tsan] Use internal_sigfillset to replace REAL(sigfillset).
Summary:
Android doesn't intercept sigfillset, so REAL(sigfillset) is null.
And we can use internal_sigfillset() for all cases.

Reviewers: kcc, eugenis, kubabrecka, dvyukov

Subscribers: llvm-commits, tberghammer, danalbert

Differential Revision: http://reviews.llvm.org/D15296

llvm-svn: 257862
2016-01-15 02:59:23 +00:00
clang Save the integer type for integral template arguments. 2016-01-15 02:55:17 +00:00
clang-tools-extra Teach clang-tidy how to upgrade warnings into errors. 2016-01-13 17:36:41 +00:00
compiler-rt [tsan] Use internal_sigfillset to replace REAL(sigfillset). 2016-01-15 02:59:23 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc AMDGPU: Add aliases for all VI targets 2015-12-15 18:37:04 +00:00
libcxx Tame a -Wunknown-attributes warning 2016-01-13 23:27:08 +00:00
libcxxabi [WebAssembly] Accomodate wasm's 128-bit long double. 2016-01-13 16:39:30 +00:00
libunwind Replace cmake check for printf with a check for fopen. 2015-12-10 00:47:08 +00:00
lld [ELF/AArch64] Add support for R_AARCH64_LDST16_ABS_LO12_NC relocation. 2016-01-15 01:49:51 +00:00
lldb The ASAN report fetching code had two latent bugs: 2016-01-15 01:03:50 +00:00
llgo [llgo] Force exporting __morestack from llgoi 2015-11-27 04:46:46 +00:00
llvm Delete MCRelocationInfo::createExprForRelocation. 2016-01-15 02:24:12 +00:00
openmp Don't use __DATE__ or __TIME__; it breaks release builds (PR26145) 2016-01-14 23:18:20 +00:00
polly Prepare unit tests for update to ISL 0.16 2016-01-15 00:48:42 +00:00