[PATCH] D23107: [MSAN][MIPS] Fix fork.cc test on MIPS

Sagar Thakur via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 2 04:29:18 PST 2016


slthakur updated the summary for this revision.
slthakur updated this revision to Diff 80058.
slthakur added a comment.
Herald added a subscriber: kubabrecka.

As suggested, reduced store_context_size to 1 when slow unwinder is being used.


Repository:
  rL LLVM

https://reviews.llvm.org/D23107

Files:
  lib/msan/msan.h
  test/asan/TestCases/Darwin/sandbox-symbolizer.cc
  test/asan/TestCases/Linux/function-sections-are-bad.cc
  test/asan/TestCases/Linux/shmctl.cc
  test/asan/TestCases/Linux/static_tls.cc
  test/asan/TestCases/Posix/coverage-direct-large.cc
  test/asan/TestCases/Posix/halt_on_error-torture.cc
  test/asan/TestCases/Windows/intercept_strlen.cc
  test/msan/Linux/process_vm_readv.cc
  test/msan/Linux/tcgetattr.cc
  test/msan/chained_origin.cc
  test/msan/chained_origin_limits.cc
  test/msan/chained_origin_memcpy.cc
  test/msan/lit.cfg
  test/msan/msan_copy_shadow.cc
  test/msan/print_stats.cc
  test/msan/realloc-large-origin.cc
  test/msan/scandir.cc
  test/msan/scandir_null.cc
  test/msan/textdomain.cc
  test/profile/Inputs/comdat_rename_1.cc
  test/profile/Inputs/comdat_rename_2.cc
  test/sanitizer_common/TestCases/Linux/signal_segv_handler.cc
  test/sanitizer_common/TestCases/Linux/timerfd.cc
  test/scudo/lit.cfg

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23107.80058.patch
Type: text/x-patch
Size: 23784 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161202/b01e7ad0/attachment.bin>


More information about the llvm-commits mailing list