[PATCH] D129691: [clang][test] fix typo in fn attr

Nick Desaulniers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 13 17:17:46 PDT 2022


nickdesaulniers added inline comments.


================
Comment at: clang/test/CodeGen/attr-function-return.c:18
 
 // CHECK: @keep2() [[KEEP:#[0-9]+]]
 [[gnu::function_return("keep")]] void keep2(void) {}
----------------
probably don't want to reset `KEEP`


================
Comment at: clang/test/CodeGen/attr-function-return.c:24
 
 // CHECK: @thunk_extern2() [[EXTERN:#[0-9]+]]
 [[gnu::function_return("thunk-extern")]] void thunk_extern2(void) {}
----------------
probably don't want to reset `EXTERN`


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129691/new/

https://reviews.llvm.org/D129691



More information about the cfe-commits mailing list