[all-commits] [llvm/llvm-project] 693208: [libc] Add dependency <stdint.h> to src/string/str...

William Huynh via All-commits all-commits at lists.llvm.org
Mon Jul 21 09:56:42 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6932080866f46c198e8999d2882ba34a9b6c40e7
      https://github.com/llvm/llvm-project/commit/6932080866f46c198e8999d2882ba34a9b6c40e7
  Author: William Huynh <William.Huynh at arm.com>
  Date:   2025-07-21 (Mon, 21 Jul 2025)

  Changed paths:
    M libc/src/string/string_utils.h

  Log Message:
  -----------
  [libc] Add dependency <stdint.h> to src/string/string_utils.h (#149849)

string_utils.h uses uintptr_t, and there seems to be no tracking of this
dependency. It seems upstream builds are unaffected but downstream this
is causing a lot of flaky builds.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list