Go to file
Manoj Gupta a2eacb3bfc [ARM] builtins: Replace abort by assert in clear_cache.
Summary:
__builtion___clear_cache maps to clear_cache function. On Linux,
clear_cache functions makes a syscall and does an abort if syscall fails.
Replace the abort by an assert so that non-debug builds do not abort
if the syscall fails.

Fixes PR34588.

Reviewers: rengolin, compnerd, srhines, peter.smith, joerg

Reviewed By: rengolin

Subscribers: aemerson, kristof.beyls, llvm-commits

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

llvm-svn: 314322
2017-09-27 17:36:25 +00:00
clang [OpenCL] Fixed CL version in failing test. 2017-09-27 17:03:35 +00:00
clang-tools-extra [clangd] Handle InitializeParams and store rootUri 2017-09-27 15:31:17 +00:00
compiler-rt [ARM] builtins: Replace abort by assert in clear_cache. 2017-09-27 17:36:25 +00:00
debuginfo-tests Revert r313600 due to bot failures on Green Dragon. 2017-09-19 14:51:37 +00:00
libclc Add missing HAVE_LLVM define to fix build with latest llvm 2017-09-26 23:15:54 +00:00
libcxx [libcxx] [test] Fix unused local typedef warnings. 2017-09-26 23:08:43 +00:00
libcxxabi Fix ASAN build with older compiler-rt versions. 2017-09-14 22:37:34 +00:00
libunwind Skip building unused parts when targeting SJLJ 2017-09-26 08:07:26 +00:00
lld [ELF] - Detemplate of HashTableSection<ELFT> 2017-09-27 09:14:59 +00:00
lldb Update ABIMacOSX_arm::PrepareTrivialCall to correctly align the 2017-09-27 02:49:18 +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 [support] mapped_file_region: and fix the windows code too 2017-09-27 17:24:34 +00:00
openmp Allow printing of KMP_TOPOLOGY_METHOD when KMP_SETTINGS=true 2017-09-26 20:33:53 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [ScopInfo] Allow PHI nodes that reference an error block 2017-09-26 15:00:10 +00:00