[PATCH] D19781: [sanitizers] Disable target-specific lowering of string functions.

Marcin Koƛcielnicki via llvm-commits llvm-commits at lists.llvm.org
Tue May 3 14:09:14 PDT 2016


koriakin updated this revision to Diff 56060.
koriakin added a comment.

Rather wordy (I'm having problems wrapping the lines), but it's indeed better.


Repository:
  rL LLVM

http://reviews.llvm.org/D19781

Files:
  include/llvm/Transforms/Utils/Local.h
  lib/Transforms/Instrumentation/AddressSanitizer.cpp
  lib/Transforms/Instrumentation/EfficiencySanitizer.cpp
  lib/Transforms/Instrumentation/MemorySanitizer.cpp
  lib/Transforms/Instrumentation/ThreadSanitizer.cpp
  lib/Transforms/Utils/Local.cpp
  test/Instrumentation/AddressSanitizer/str-nobuiltin.ll
  test/Instrumentation/EfficiencySanitizer/str-nobuiltin.ll
  test/Instrumentation/MemorySanitizer/str-nobuiltin.ll
  test/Instrumentation/ThreadSanitizer/str-nobuiltin.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19781.56060.patch
Type: text/x-patch
Size: 15748 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160503/548592ae/attachment.bin>


More information about the llvm-commits mailing list