nickdesaulniers added inline comments.

================
Comment at: clang/test/CodeGen/attr-function-return.c:42
+// CHECK: @double_keep_thunk2() [[EXTERN]]
+[[gnu::function_return("thunk-keep")]][[gnu::function_return("thunk-extern")]]
+void double_keep_thunk2(void) {}
----------------
I just noticed this typo, from an earlier version that did implement 
`thunk-keep` (which isn't useful ATM).  So I should fix this up; nothing is 
being merged here.

I need to `s/thunk-//`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129572

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to