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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits