[PATCH] D111097: [DFSan] Remove -dfsan-args-abi support in favor of TLS.

Andrew via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 5 09:43:42 PDT 2021


browneee updated this revision to Diff 377282.
browneee added a comment.

Rebase.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111097/new/

https://reviews.llvm.org/D111097

Files:
  compiler-rt/test/dfsan/basic.c
  compiler-rt/test/dfsan/custom.cpp
  compiler-rt/test/dfsan/fncall.c
  compiler-rt/test/dfsan/propagate.c
  compiler-rt/test/dfsan/vararg.c
  compiler-rt/test/dfsan/write_callback.c
  llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
  llvm/test/Instrumentation/DataFlowSanitizer/abilist.ll
  llvm/test/Instrumentation/DataFlowSanitizer/abilist_aggregate.ll
  llvm/test/Instrumentation/DataFlowSanitizer/args-unreachable-bb.ll
  llvm/test/Instrumentation/DataFlowSanitizer/array.ll
  llvm/test/Instrumentation/DataFlowSanitizer/custom_fun_callback_attributes.ll
  llvm/test/Instrumentation/DataFlowSanitizer/custom_fun_varargs_attributes.ll
  llvm/test/Instrumentation/DataFlowSanitizer/debug-nonzero-labels.ll
  llvm/test/Instrumentation/DataFlowSanitizer/memset.ll
  llvm/test/Instrumentation/DataFlowSanitizer/prefix-rename.ll
  llvm/test/Instrumentation/DataFlowSanitizer/struct.ll
  llvm/test/Instrumentation/DataFlowSanitizer/uninstrumented_local_functions.ll
  llvm/test/Instrumentation/DataFlowSanitizer/unordered_atomic_mem_intrins.ll
  llvm/test/Instrumentation/DataFlowSanitizer/vector.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111097.377282.patch
Type: text/x-patch
Size: 84315 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211005/e7ac65bc/attachment-0001.bin>


More information about the llvm-commits mailing list