This is an archive of the discontinued LLVM Phabricator instance.

[LLVM] ASan Linux MIPS32 support
ClosedPublic

Authored by jyyou.tw on Jun 3 2013, 3:21 AM.

Details

Reviewers
jyyou.tw
Summary

This patch is for LLVM.

Diff Detail

Event Timeline

kcc added subscribers: kcc, Unknown Object (MLST).Jun 3 2013, 6:24 AM
kcc added inline comments.
lib/Transforms/Instrumentation/AddressSanitizer.cpp
1277

this code does not use { and } code if/else statements like this. I.e.

if (...)
   code
else 
   code
jyyou.tw updated this revision to Unknown Object (????).Jun 3 2013, 7:36 AM

updated patch

jyyou.tw accepted this revision.Jul 18 2014, 12:06 AM
jyyou.tw added a reviewer: jyyou.tw.
jyyou.tw added inline comments.
lib/Transforms/Instrumentation/AddressSanitizer.cpp
1277

updated

This revision is now accepted and ready to land.Jul 18 2014, 12:06 AM
jyyou.tw closed this revision.Jul 18 2014, 12:06 AM