[PATCH] D23799: [ESan][MIPS] Adds support for MIPS64

Sagar Thakur via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 23 06:05:46 PDT 2016


slthakur created this revision.
slthakur added reviewers: aizatsky, bruening.
slthakur added subscribers: jaydeep, mohit.bhakkad, llvm-commits.
slthakur set the repository for this revision to rL LLVM.
slthakur added a project: Sanitizers.
Herald added subscribers: kubabrecka, sdardis.

With this patch 10 out of 13 tests are passing.

Following is the list of failing tests:

1. struct-simple.cpp
2. workingset-signal-posix.cpp
3. mmap-shadow-conflict.c 

Repository:
  rL LLVM

https://reviews.llvm.org/D23799

Files:
  cmake/config-ix.cmake
  lib/esan/esan.cpp
  lib/esan/esan.h
  lib/esan/esan_linux.cpp
  lib/esan/esan_shadow.h
  lib/sanitizer_common/CMakeLists.txt
  lib/sanitizer_common/sanitizer_linux.cc
  lib/sanitizer_common/sanitizer_linux.h
  lib/sanitizer_common/sanitizer_linux_mips64.S
  lib/sanitizer_common/sanitizer_platform_limits_posix.h
  test/esan/TestCases/verbose-simple.c
  test/esan/lit.cfg
  test/lit.common.cfg

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23799.68976.patch
Type: text/x-patch
Size: 12047 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160823/9b87b4d2/attachment.bin>


More information about the llvm-commits mailing list