This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository compiler-rt.
from daf4d1dba [ASAN] Add interceptor for __longjmp_chk new b6657afbf [XRay][compiler-rt] Add function id utilities for XRay new e498e2e10 [ubsan] Fix error summary message for ObjC BOOL invalid loads
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/xray/xray_interface.h | 9 +++++ lib/ubsan/ubsan_handlers.cc | 3 +- lib/xray/xray_interface.cc | 14 +++++++- test/ubsan/TestCases/Misc/{bool.cpp => bool.m} | 9 ++--- test/xray/TestCases/Linux/func-id-utils.cc | 46 ++++++++++++++++++++++++++ 5 files changed, 75 insertions(+), 6 deletions(-) copy test/ubsan/TestCases/Misc/{bool.cpp => bool.m} (57%) create mode 100644 test/xray/TestCases/Linux/func-id-utils.cc