[all-commits] [llvm/llvm-project] 35d459: Add C API files for the LLVM dialect

Adam Paszke via All-commits all-commits at lists.llvm.org
Fri Jul 2 11:56:16 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 35d4593e6b555f852088211f5561c0e360c98c91
      https://github.com/llvm/llvm-project/commit/35d4593e6b555f852088211f5561c0e360c98c91
  Author: Adam Paszke <apaszke at google.com>
  Date:   2021-07-02 (Fri, 02 Jul 2021)

  Changed paths:
    A mlir/include/mlir-c/Dialect/LLVM.h
    M mlir/lib/CAPI/Dialect/CMakeLists.txt
    A mlir/lib/CAPI/Dialect/LLVM.cpp
    M mlir/test/CAPI/CMakeLists.txt
    A mlir/test/CAPI/llvm.c
    M mlir/test/CMakeLists.txt

  Log Message:
  -----------
  Add C API files for the LLVM dialect

For now only expose a builder for the LLVM pointer type.

Reviewed By: jpienaar, ftynse

Differential Revision: https://reviews.llvm.org/D105346




More information about the All-commits mailing list