[llvm] [Coroutines] ABI Objects to improve code separation between different ABIs, users and utilities. (PR #109338)

Chuanqi Xu via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 19 20:31:00 PDT 2024


================
@@ -0,0 +1,109 @@
+//===- ABI.h - Coroutine ABI Transformers ---------------------*- C++ -*---===//
----------------
ChuanqiXu9 wrote:

I thought the name `ABI Transformers` will transform ABIs to ABIs. But it is not the case right? I feel the name may not necessary here.

https://github.com/llvm/llvm-project/pull/109338


More information about the llvm-commits mailing list