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
Differential D81099
[AVR][test] Remove test for naked function containing a return. simonwallis2 on Jun 3 2020, 7:54 AM. Authored by
Details 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 |