[llvm] [LLVMABI] Implement the ABI Typesystem (PR #158329)

via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 27 11:06:28 PDT 2025


================
@@ -0,0 +1,453 @@
+//===- ABI/Types.h ----------------------------------------------*- C++ -*-===//
+//
+// 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
+/// This file defines the Types and related helper methods concerned to the
+/// LLVMABI library which mirrors ABI related type information from
+/// the LLVM frontend.
----------------
vortex73 wrote:

Done, Thanks!

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


More information about the llvm-commits mailing list