Go to file
Kostya Kortchinsky 6bc7b26d18 [scudo] getauxval alternative for Android
Summary:
`getauxval` was introduced with API level 18. In order to get things to work
at lower API levels (for the toolchain itself which is built at 14 for 32-bit),
we introduce an alternative implementation reading directly from
`/proc/self/auxv`.

Reviewers: alekseyshl

Reviewed By: alekseyshl

Subscribers: srhines, llvm-commits

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

llvm-svn: 312653
2017-09-06 17:51:32 +00:00
clang Fix ARM bare metal driver to support atomics 2017-09-06 17:09:25 +00:00
clang-tools-extra Make run-clang-tidy compatible with Python 3.x 2017-09-05 12:36:33 +00:00
compiler-rt [scudo] getauxval alternative for Android 2017-09-06 17:51:32 +00:00
debuginfo-tests Fix debuginfo-tests with GDB on Linux 2017-08-31 18:16:55 +00:00
libclc amdgcn,waitcnt: Add datalayout info 2017-09-04 15:52:07 +00:00
libcxx Redirect strftime_l to the locale-ignorant strftime on mingw 2017-09-06 05:07:25 +00:00
libcxxabi Revert "[libcxxabi] When built with ASan, __cxa_throw calls __asan_handle_no_return" 2017-09-06 03:00:42 +00:00
libunwind Revert r312240 2017-08-31 15:51:23 +00:00
lld Remove a trailing empty line that didn't end with '\n'. 2017-09-06 17:41:29 +00:00
lldb Fix DW_FORM_strp parsing 2017-09-05 19:01:01 +00:00
llgo irgen: Create functions instead of global variables for builtin hash and equal algorithms. 2017-06-04 22:11:28 +00:00
llvm [X86] Actually add the new file that was supposed to go with r312649. 2017-09-06 17:06:40 +00:00
openmp Read blocktime value set by kmp_set_blocktime() before reading from KMP_BLOCKTIME 2017-09-05 15:45:48 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [test] Add forgotten REQUIRES: line. 2017-09-06 13:11:24 +00:00