[all-commits] [llvm/llvm-project] 559cb6: [libc] Fix scanf dependencies on the GPU build

Joseph Huber via All-commits all-commits at lists.llvm.org
Sat Feb 22 11:14:50 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 559cb6ba631367f98728f3a29d0849618eadd1cb
      https://github.com/llvm/llvm-project/commit/559cb6ba631367f98728f3a29d0849618eadd1cb
  Author: Joseph Huber <huberjn at outlook.com>
  Date:   2025-02-22 (Sat, 22 Feb 2025)

  Changed paths:
    M libc/src/stdio/scanf_core/CMakeLists.txt
    M libc/test/src/stdio/scanf_core/CMakeLists.txt

  Log Message:
  -----------
  [libc] Fix scanf dependencies on the GPU build

Summary:
The GPU build doesn't have `file` as a struct but does use these
targets. We need to add an escape for this.



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