[all-commits] [llvm/llvm-project] c20db7: [dfsan] Add utils to get and print origin paths an...

Z via All-commits all-commits at lists.llvm.org
Fri Mar 5 16:12:05 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c20db7ea6a0b4dcb8cf4a2a0e023ee6be1f4c485
      https://github.com/llvm/llvm-project/commit/c20db7ea6a0b4dcb8cf4a2a0e023ee6be1f4c485
  Author: Jianzhou Zhao <jianzhouzh at google.com>
  Date:   2021-03-06 (Sat, 06 Mar 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
    M compiler-rt/test/dfsan/lit.cfg.py
    A compiler-rt/test/dfsan/origin_add_label.c
    A compiler-rt/test/dfsan/origin_disabled.c
    A compiler-rt/test/dfsan/origin_invalid.c
    A compiler-rt/test/dfsan/origin_ld_lost.c
    A compiler-rt/test/dfsan/origin_ldst.c
    A compiler-rt/test/dfsan/origin_limit.c
    A compiler-rt/test/dfsan/origin_memset.c
    A compiler-rt/test/dfsan/origin_overlapped.c
    A compiler-rt/test/dfsan/origin_set_label.c
    A compiler-rt/test/dfsan/origin_untainted.c

  Log Message:
  -----------
  [dfsan] Add utils to get and print origin paths and some test cases

This is a part of https://reviews.llvm.org/D95835.

Reviewed By: morehouse, gbalats

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




More information about the All-commits mailing list