[PATCH] D24335: [ESan] [MIPS] Fix tests mmap-shadow-conflict.c and struct-simple.cpp on MIPS
Sagar Thakur via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 8 02:39:42 PDT 2016
slthakur created this revision.
slthakur added a reviewer: bruening.
slthakur added subscribers: jaydeep, llvm-commits.
slthakur set the repository for this revision to rL LLVM.
slthakur added a project: Sanitizers.
Herald added a subscriber: kubabrecka.
- For mips assember '#' is the start of comment. We get assembler error messages if # is used in the struct names. Therefore using '_' which works for all architectures.
- Changed expected output of some tests accordingly.
Repository:
rL LLVM
https://reviews.llvm.org/D24335
Files:
lib/esan/cache_frag.cpp
test/esan/TestCases/mmap-shadow-conflict.c
test/esan/TestCases/struct-simple.cpp
test/esan/TestCases/verbose-simple.c
test/lit.common.cfg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24335.70669.patch
Type: text/x-patch
Size: 11023 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160908/e491cf20/attachment.bin>
More information about the llvm-commits
mailing list