[all-commits] [llvm/llvm-project] 7cb6e6: [libc] Fix sort test failing on NVPTX

Joseph Huber via All-commits all-commits at lists.llvm.org
Mon Jan 6 07:04:55 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7cb6e6bced8ca5767c3e609f4826982638fd9543
      https://github.com/llvm/llvm-project/commit/7cb6e6bced8ca5767c3e609f4826982638fd9543
  Author: Joseph Huber <huberjn at outlook.com>
  Date:   2025-01-06 (Mon, 06 Jan 2025)

  Changed paths:
    M libc/test/src/stdlib/SortingTest.h

  Log Message:
  -----------
  [libc] Fix sort test failing on NVPTX

Summary:
This test uses too much stack and crashes, make the buffer `static` to
push it to `.bss`. This shouldn't change behavior because the tests are
all run single threaded.



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