[all-commits] [llvm/llvm-project] 08c1a0: [mlir][CAPI] Proposal: Always building a libMLIRPu...

Stella Laurenzo via All-commits all-commits at lists.llvm.org
Sun Nov 8 17:22:58 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 08c1a0dda4b81ee0a0cedd46095c8f83d56ee71a
      https://github.com/llvm/llvm-project/commit/08c1a0dda4b81ee0a0cedd46095c8f83d56ee71a
  Author: Stella Laurenzo <stellaraccident at gmail.com>
  Date:   2020-11-08 (Sun, 08 Nov 2020)

  Changed paths:
    M mlir/cmake/modules/AddMLIR.cmake
    M mlir/cmake/modules/AddMLIRPythonExtension.cmake
    M mlir/include/mlir-c/AffineExpr.h
    M mlir/include/mlir-c/AffineMap.h
    M mlir/include/mlir-c/Diagnostics.h
    M mlir/include/mlir-c/IR.h
    M mlir/include/mlir-c/Pass.h
    M mlir/include/mlir-c/Registration.h
    M mlir/include/mlir-c/StandardAttributes.h
    M mlir/include/mlir-c/StandardDialect.h
    M mlir/include/mlir-c/StandardTypes.h
    M mlir/include/mlir-c/Support.h
    M mlir/include/mlir-c/Transforms.h
    M mlir/lib/Bindings/Python/CMakeLists.txt
    M mlir/lib/CAPI/CMakeLists.txt
    M mlir/lib/CAPI/IR/CMakeLists.txt
    M mlir/lib/CAPI/Registration/CMakeLists.txt
    M mlir/lib/CAPI/Standard/CMakeLists.txt
    M mlir/lib/CAPI/Transforms/CMakeLists.txt
    M mlir/lib/CAPI/Transforms/Passes.cpp
    M mlir/test/CAPI/CMakeLists.txt
    M mlir/tools/mlir-tblgen/PassCAPIGen.cpp

  Log Message:
  -----------
  [mlir][CAPI] Proposal: Always building a libMLIRPublicAPI.so (re-apply).

Re-applies the reverted https://reviews.llvm.org/D90824 now that the link issue on BFD has been resolved.

This reverts commit bb9b5d39712e39e15b22b36e8138075cea0cd7b5.

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




More information about the All-commits mailing list