[all-commits] [llvm/llvm-project] 088744: Add missing header for uint64_t

Paulo Matos via All-commits all-commits at lists.llvm.org
Mon May 22 07:40:52 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0887443b96618aaf6a7bc730a2119fd438ed5648
      https://github.com/llvm/llvm-project/commit/0887443b96618aaf6a7bc730a2119fd438ed5648
  Author: Paulo Matos <pmatos at igalia.com>
  Date:   2023-05-22 (Mon, 22 May 2023)

  Changed paths:
    M llvm/include/llvm/Pass.h

  Log Message:
  -----------
  Add missing header for uint64_t

LLVM fails to build in some environments with EXPENSIVE_CHECKS
due to the use of uint64_t without including cstdint.

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




More information about the All-commits mailing list