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

Andrew via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 8 11:01:17 PDT 2021


browneee updated this revision to Diff 378311.
browneee marked an inline comment as done.
browneee added a comment.

Fix unnecessary variable.


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.378311.patch
Type: text/x-patch
Size: 84329 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211008/ddf147bb/attachment-0001.bin>


More information about the llvm-commits mailing list