This is an archive of the discontinued LLVM Phabricator instance.

[mips] Disable tail calls temporarily
ClosedPublic

Authored by sdardis on Sep 26 2016, 6:11 AM.

Details

Reviewers
vkalintiris
Summary

Disable tail calls while the remaining bugs are fixed. Enable only for tests.

Diff Detail

Event Timeline

sdardis updated this revision to Diff 72474.Sep 26 2016, 6:11 AM
sdardis retitled this revision from to [mips] Disable tail calls temporarily.
sdardis updated this object.
sdardis added a reviewer: vkalintiris.
sdardis set the repository for this revision to rL LLVM.
sdardis added a subscriber: llvm-commits.
vkalintiris accepted this revision.Sep 27 2016, 5:17 AM
vkalintiris edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Sep 27 2016, 5:17 AM
sdardis closed this revision.Sep 27 2016, 2:04 PM

Thanks, committed rL282487.