[all-commits] [llvm/llvm-project] dbf8c0: [DFSan] Remove trampolines to unblock opaque point...

Andrew Browne via All-commits all-commits at lists.llvm.org
Mon Mar 14 16:03:47 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dbf8c00b09d4c5436cacff43ff262a15be6b060e
      https://github.com/llvm/llvm-project/commit/dbf8c00b09d4c5436cacff43ff262a15be6b060e
  Author: Andrew Browne <browneee at google.com>
  Date:   2022-03-14 (Mon, 14 Mar 2022)

  Changed paths:
    M compiler-rt/lib/dfsan/dfsan.cpp
    M compiler-rt/lib/dfsan/dfsan.h
    M compiler-rt/lib/dfsan/dfsan_custom.cpp
    M compiler-rt/lib/dfsan/dfsan_thread.cpp
    M compiler-rt/lib/dfsan/dfsan_thread.h
    M llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
    M llvm/test/Instrumentation/DataFlowSanitizer/abilist.ll
    M llvm/test/Instrumentation/DataFlowSanitizer/abilist_aggregate.ll
    M llvm/test/Instrumentation/DataFlowSanitizer/custom_fun_callback_attributes.ll
    M llvm/test/Instrumentation/DataFlowSanitizer/origin_abilist.ll

  Log Message:
  -----------
  [DFSan] Remove trampolines to unblock opaque pointers. (Reland with fix)

https://github.com/llvm/llvm-project/issues/54172

Reviewed By: pcc

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




More information about the All-commits mailing list