[all-commits] [llvm/llvm-project] 921b13: Missing climits header file in MemRefUtils.h

ftynse via All-commits all-commits at lists.llvm.org
Fri Aug 12 05:17:49 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 921b13f263105e75e88fc6b5decb9b9981d1b737
      https://github.com/llvm/llvm-project/commit/921b13f263105e75e88fc6b5decb9b9981d1b737
  Author: Jinyun Joey Ye <jinyunye at huawei.com>
  Date:   2022-08-12 (Fri, 12 Aug 2022)

  Changed paths:
    M mlir/include/mlir/ExecutionEngine/MemRefUtils.h

  Log Message:
  -----------
  Missing climits header file in MemRefUtils.h

MemRefUtils.h uses UINT_MAX, which is not included in current header files list. This patch include climits to avoid compilation error in this header file.

Reviewed By: ftynse

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




More information about the All-commits mailing list