llvm-project
7cb6e6bc - [libc] Fix sort test failing on NVPTX

Commit
346 days ago
[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.
Author
Committer
Parents
Loading