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 f8e7a418d [XRay][compiler-rt] Remove dependency on FileCheck from funct [...] new 4ff00356c [ubsan] Implement __sanitizer_print_stack_trace for standalon [...]
The 1 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: lib/ubsan/CMakeLists.txt | 1 + lib/ubsan/ubsan_diag_standalone.cc | 37 ++++++++++++++++++++++ .../TestCases/Misc/Linux/print_stack_trace.cc | 20 ++++++++++++ 3 files changed, 58 insertions(+) create mode 100644 lib/ubsan/ubsan_diag_standalone.cc create mode 100644 test/ubsan/TestCases/Misc/Linux/print_stack_trace.cc