[all-commits] [llvm/llvm-project] ed6c75: [DFSan] Add functions to print origin trace from o...

Andrew Browne via All-commits all-commits at lists.llvm.org
Wed Dec 22 16:46:13 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ed6c757d5c5926a72183cdd15a5b1efc54111db0
      https://github.com/llvm/llvm-project/commit/ed6c757d5c5926a72183cdd15a5b1efc54111db0
  Author: Andrew Browne <browneee at google.com>
  Date:   2021-12-22 (Wed, 22 Dec 2021)

  Changed paths:
    M compiler-rt/include/sanitizer/dfsan_interface.h
    M compiler-rt/lib/dfsan/dfsan.cpp
    M compiler-rt/lib/dfsan/done_abilist.txt
    A compiler-rt/test/dfsan/origin_id_stack_trace.c

  Log Message:
  -----------
  [DFSan] Add functions to print origin trace from origin id instead of address.

dfsan_print_origin_id_trace
dfsan_sprint_origin_id_trace

Reviewed By: vitalybuka

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




More information about the All-commits mailing list