This is an archive of the discontinued LLVM Phabricator instance.

[AVR][test] Remove test for naked function containing a return.
ClosedPublic

Authored by simonwallis2 on Jun 3 2020, 7:54 AM.

Details

Summary

Remove an old test for an explicit return in a naked function from test/CodeGen/AVR/return.ll

clang no longer allows a C return in a naked function.

This test is causing failure of the patch https://reviews.llvm.org/D80715

Diff Detail

Event Timeline

simonwallis2 created this revision.Jun 3 2020, 7:54 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 3 2020, 7:54 AM
Herald added a subscriber: Jim. · View Herald Transcript
dylanmckay accepted this revision.Jun 8 2020, 11:12 PM
This revision is now accepted and ready to land.Jun 8 2020, 11:12 PM
This revision was automatically updated to reflect the committed changes.