This is an archive of the discontinued LLVM Phabricator instance.

[ESan] [MIPS] Fix tests mmap-shadow-conflict.c and struct-simple.cpp on MIPS
ClosedPublic

Authored by slthakur on Sep 8 2016, 2:39 AM.

Details

Reviewers
zhaoqin
bruening
Summary
  • 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.

Diff Detail

Repository
rL LLVM

Event Timeline

slthakur updated this revision to Diff 70669.Sep 8 2016, 2:39 AM
slthakur retitled this revision from to [ESan] [MIPS] Fix tests mmap-shadow-conflict.c and struct-simple.cpp on MIPS.
slthakur updated this object.
slthakur added a reviewer: bruening.
slthakur set the repository for this revision to rL LLVM.
slthakur added a project: Restricted Project.
slthakur added subscribers: jaydeep, llvm-commits.
bruening edited edge metadata.

Depends on https://reviews.llvm.org/D24334 where the s/#/_/ is under discussion

slthakur updated this revision to Diff 71139.Sep 13 2016, 4:23 AM
slthakur updated this object.
slthakur edited edge metadata.

Addressed review comments.

zhaoqin accepted this revision.Sep 21 2016, 1:49 PM
zhaoqin edited edge metadata.

Please update the commit message, because I do not see any fix related to mmap-shadow-conflict.c

This revision is now accepted and ready to land.Sep 21 2016, 1:49 PM
slthakur closed this revision.Sep 22 2016, 1:48 AM

Committed in rL282142