[all-commits] [llvm/llvm-project] 0645c4: [AVR][test] Remove test for naked function contain...

simonwallis2 via All-commits all-commits at lists.llvm.org
Tue Jun 9 01:07:23 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0645c4d34f1c755760aee4d15e2665be1ed7c2a4
      https://github.com/llvm/llvm-project/commit/0645c4d34f1c755760aee4d15e2665be1ed7c2a4
  Author: Simon Wallis <simon.wallis2 at arm.com>
  Date:   2020-06-09 (Tue, 09 Jun 2020)

  Changed paths:
    M llvm/test/CodeGen/AVR/return.ll

  Log Message:
  -----------
  [AVR][test] Remove test for naked function containing a return.

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

Reviewers: llvm-commits, dylanmckay

Reviewed By: dylanmckay

Subscribers: Jim

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D81099

Change-Id: Id218027e520247ae480b92e7801a660fbe0cf29b




More information about the All-commits mailing list