[all-commits] [llvm/llvm-project] 0dd211: Add LLVM_ATTRIBUTE_UNUSED to function used only in...

Mehdi Amini via All-commits all-commits at lists.llvm.org
Wed Apr 1 10:31:22 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0dd21130efcd33e063155bba9af67517d59305c6
      https://github.com/llvm/llvm-project/commit/0dd21130efcd33e063155bba9af67517d59305c6
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2020-04-01 (Wed, 01 Apr 2020)

  Changed paths:
    M mlir/lib/Transforms/Utils/LoopUtils.cpp

  Log Message:
  -----------
  Add LLVM_ATTRIBUTE_UNUSED to function used only in assert (NFC)


  Commit: b8c260c38d0ae93f8ae037fc1e9b94695b06d7ec
      https://github.com/llvm/llvm-project/commit/b8c260c38d0ae93f8ae037fc1e9b94695b06d7ec
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2020-04-01 (Wed, 01 Apr 2020)

  Changed paths:
    M mlir/tools/mlir-opt/CMakeLists.txt

  Log Message:
  -----------
  Remove linking all targets from `mlir-opt` (NFC)

There is no need to directly depends on this from mlir-opt, some library
may transitively depend on a subset of the targets when enabled (like
NVPTX for Cuda codegen tests) but this is handled by CMake already.


Compare: https://github.com/llvm/llvm-project/compare/572890f1d393...b8c260c38d0a


More information about the All-commits mailing list