This is an archive of the discontinued LLVM Phabricator instance.

[sanitizer][MIPS] Fix warnings on MIPS
ClosedPublic

Authored by slthakur on Apr 10 2015, 2:06 AM.

Details

Summary

Fixed:

  • stack frame size warning.
  • msse3 flag unused warning.
  • GoTsanRuntimeCheck dependency warning reported by cmake.

Diff Detail

Repository
rL LLVM

Event Timeline

slthakur updated this revision to Diff 23468.Apr 10 2015, 2:06 AM
slthakur retitled this revision from to [sanitizer][MIPS] Fix warnings on MIPS.
slthakur updated this object.
slthakur edited the test plan for this revision. (Show Details)
slthakur added reviewers: samsonov, kcc, dvyukov.
slthakur set the repository for this revision to rL LLVM.
dvyukov accepted this revision.Apr 10 2015, 2:17 AM
dvyukov edited edge metadata.

LGTM
Do you have commit access? Or should I land it?

This revision is now accepted and ready to land.Apr 10 2015, 2:17 AM

Thanks.
I don't have commit access. You can land it.

In D8963#154563, @Sagar wrote:

Thanks.
I don't have commit access. You can land it.

Landed in rev 234579.

slthakur closed this revision.Apr 17 2015, 2:49 AM