[all-commits] [llvm/llvm-project] d2792e: [clang][test] fix typo in fn attr

Nick Desaulniers via All-commits all-commits at lists.llvm.org
Thu Jul 14 09:53:32 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d2792e7d37c4b454a6b052cd569ff13ed7f22159
      https://github.com/llvm/llvm-project/commit/d2792e7d37c4b454a6b052cd569ff13ed7f22159
  Author: Nick Desaulniers <ndesaulniers at google.com>
  Date:   2022-07-14 (Thu, 14 Jul 2022)

  Changed paths:
    M clang/test/CodeGen/attr-function-return.c
    M clang/test/CodeGen/attr-function-return.cpp

  Log Message:
  -----------
  [clang][test] fix typo in fn attr

While testing backports of
https://reviews.llvm.org/D129572#inline-1245936
commit 2240d72f15f3 ("[X86] initial -mfunction-return=thunk-extern support")
I noticed that one of my unit tests mistyped a function attribute. The
unit test was intended to test fn attr merging behavior, but with the
typo it was not.  Small fixup.

Reviewed By: aaron.ballman, erichkeane

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




More information about the All-commits mailing list