================ @@ -0,0 +1,602 @@ +# ClangIR ABI Lowering - Design Document + +## 1. Introduction + +This design describes calling convention lowering that **builds on the GSoC ABI +Lowering Library** (PR #140112): we use its `abi::Type*` and target ABI logic ---------------- andykaylor wrote:
Why is "builds on the GSoC ABI Lowering Library" in bold here? We probably don't want to refer to the GSoC project or the PR directly here. We should just refer to the LLVM ABI Lowering Library (or whatever it is going to be called). https://github.com/llvm/llvm-project/pull/178326 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
