[all-commits] [llvm/llvm-project] 6829cd: [LLVM] Add missing stdint include to Bit.h

David Spickett via All-commits all-commits at lists.llvm.org
Thu Sep 1 02:18:50 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6829cd17b5689aa78b79bafd87a4765592619797
      https://github.com/llvm/llvm-project/commit/6829cd17b5689aa78b79bafd87a4765592619797
  Author: David Spickett <david.spickett at linaro.org>
  Date:   2022-09-01 (Thu, 01 Sep 2022)

  Changed paths:
    M llvm/include/llvm/ADT/bit.h

  Log Message:
  -----------
  [LLVM] Add missing stdint include to Bit.h

To fix failing builds on Windows on Arm:
https://lab.llvm.org/staging/#/builders/59/builds/928/steps/4/logs/stdio

<...>/ADT/bit.h(50,5): error: unknown type name 'uint32_t'
    uint32_t v = Value;
    ^




More information about the All-commits mailing list