================ @@ -0,0 +1,76 @@ +//===---- ABITypeMapper.h - Maps LLVM ABI Types to LLVM IR Types --------===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// +//===----------------------------------------------------------------------===// +/// +/// \file +/// Maps LLVM ABI type representations back to corresponding LLVM IR types. ---------------- nikic wrote:
```suggestion /// Maps LLVM ABI type representations to corresponding LLVM IR types. ``` Not really mapping back? We didn't start from LLVM IR types. https://github.com/llvm/llvm-project/pull/140112 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits