hanchenye-llvm-project/compiler-rt/lib
Vitaly Buka f4891c2a66 [sanitizer_common] Fuchsia-specific symbolizer
Summary:
Fuchsia doesn't support built-in symbolization per se at all.
Instead, it always emits a Fuchsia-standard "symbolizer markup"
format that makes it possible for a post-processing filter to
massage the logs into symbolized format.  Hence, it does not
support user-specified formatting options for backtraces or other
symbolization.

Reviewers: vitalybuka, alekseyshl, kcc

Subscribers: kubamracek, mgorny, phosek, filcab, llvm-commits

Tags: #sanitizers

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

llvm-svn: 309760
2017-08-01 22:54:51 +00:00
..
BlocksRuntime
asan [asan] Move shadow memory setup into its own file 2017-07-31 06:48:34 +00:00
builtins Revert rL309634 until upstream buildbots have upgraded libc. 2017-08-01 17:16:05 +00:00
cfi Remove STL/microsoft-specific CFI blacklist entries 2017-07-31 20:39:32 +00:00
dfsan [sanitizer_common] Move filesystem-related code out of sanitizer_common.cc 2017-07-22 01:46:40 +00:00
esan Refactor MemoryMappingLayout::Next to use a single struct instead of output parameters. NFC. 2017-07-11 18:54:00 +00:00
interception [sanitizer_common] Fuchsia support for interceptors 2017-08-01 21:15:19 +00:00
lsan Support compiler-rt builtins 2017-07-28 03:39:38 +00:00
msan [msan] Reverting D36093 2017-07-31 22:46:01 +00:00
profile Change INSTR_PROF_DEFAULT_NUM_VAL_PER_SITE from 8 to 16. 2017-07-28 15:00:30 +00:00
safestack [compiler-rt] Do not introduce __sanitizer namespace globally 2016-09-15 21:02:18 +00:00
sanitizer_common [sanitizer_common] Fuchsia-specific symbolizer 2017-08-01 22:54:51 +00:00
scudo [scudo] Check for pvalloc overflow 2017-07-25 21:18:02 +00:00
stats Support compiler-rt builtins 2017-07-28 03:39:38 +00:00
tsan [sanitizers test CMake] further refactor testing CMake for tsan 2017-07-28 17:38:44 +00:00
ubsan [ubsan] Enable UBSan build for Fuchsia 2017-08-01 20:48:36 +00:00
xray [XRay][compiler-rt] Do not print the warning when the binary is not XRay instrumented. 2017-07-31 05:16:20 +00:00
CMakeLists.txt Don't build tsan/dd when COMPILER_RT_HAS_TSAN is false 2017-06-27 21:10:46 +00:00