Go to file
Mike Aizatsky 22973fd00e Don't crash sancov if file is unreadable.
Summary:
Caller can provides the list of .so files where some files are
unreadable (e.g linux-vdso.so.1). It's more convenient to handler this in
sancov with warning then making all callers to check files.

Reviewers: aizatsky

Subscribers: llvm-commits

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

llvm-svn: 263307
2016-03-11 23:26:41 +00:00
clang Make functions in altivec.h be __inline__. As they are all also marked 2016-03-11 22:13:28 +00:00
clang-tools-extra [clang-tidy] Make 'modernize-use-nullptr' check ignores NULL marcos used in other macros. 2016-03-11 11:40:08 +00:00
compiler-rt Fix order of arguments to fputs 2016-03-11 21:07:48 +00:00
debuginfo-tests
libclc math: Fix ilogb(double) return type 2016-02-24 00:52:15 +00:00
libcxx Revert r263036, it's ABI-breaking. 2016-03-11 15:26:06 +00:00
libcxxabi Reducing stack usage of test 2016-03-04 14:25:13 +00:00
libunwind [AArch64] Fix libunwind build when using GNU assembler 2016-02-11 21:22:57 +00:00
lld ELF: Implement --build-id. 2016-03-11 20:51:53 +00:00
lldb Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; other minor fixes. 2016-03-11 21:55:47 +00:00
llgo [llgo] Force exporting __morestack from llgoi 2015-11-27 04:46:46 +00:00
llvm Don't crash sancov if file is unreadable. 2016-03-11 23:26:41 +00:00
openmp [STATS] change TASK_execution name to OMP_task 2016-03-11 20:23:05 +00:00
polly Update Polly for the removal of PreserveNames from IRBuilder stuff 2016-03-11 21:33:58 +00:00