llvm-project/compiler-rt/lib
Daniel Sanders 0568283e69 [asan] Print SHADOW_SCALE and SHADOW_GRANULARITY as decimal values.
Summary:
During the review of http://reviews.llvm.org/D9199 where I had originally
changed the debug_mapping.cc test to accept hexadecimal values, we realized
that SHADOW_SCALE and SHADOW_GRANULARITY ought to be printed as decimal values.
This patch makes that change.

This patch also adds a '0x' prefix to the SHADOW_OFFSET to make it clear that
it is hexadecimal while the other two are decimal.

Reviewers: kcc, timurrrr, samsonov

Reviewed By: timurrrr, samsonov

Subscribers: samsonov, llvm-commits, sagar

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

llvm-svn: 235798
2015-04-25 10:57:35 +00:00
..
BlocksRuntime Move tests for BlocksRuntime and builtins to corresponding directories under test/ 2014-02-14 09:47:31 +00:00
asan [asan] Print SHADOW_SCALE and SHADOW_GRANULARITY as decimal values. 2015-04-25 10:57:35 +00:00
builtins Add hard float versions of FP to LL conversions 2015-04-06 11:54:51 +00:00
dfsan Make check_custom_wrappers.sh work on FreeBSD 2015-04-12 10:54:46 +00:00
interception [ASan/Win] Fix a CHECK failure when an exception is thrown from a callback passed to BindIoCompletionCallback 2015-03-17 16:50:59 +00:00
lsan [LSan] Add function attribute forgotten in r235728. 2015-04-24 19:45:46 +00:00
msan Split Mprotect into MmapNoAccess and MprotectNoAccess to be more portable 2015-04-10 15:02:19 +00:00
profile Add missing include 2015-04-03 19:10:35 +00:00
sanitizer_common [ASan/Win] Increase the size of the PC array for coverage on Windows 2015-04-24 21:24:51 +00:00
tsan tsan: fix handling of pthread_detach 2015-04-20 10:35:10 +00:00
ubsan [UBSan] Make sure proper error summary is printed for -fsanitize=float-cast-overflow. 2015-04-23 01:08:31 +00:00
CMakeLists.txt [UBSan] Embed UBSan into ASan runtime (compiler-rt part). 2015-04-01 22:42:36 +00:00
Makefile.mk Remove support for building sanitizers from Makefile/autoconf build on Linux. 2015-02-18 22:26:49 +00:00