llvm-project
7cb6e6bc
- [libc] Fix sort test failing on NVPTX
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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
jhuber6
Committer
jhuber6
Parents
05bd7d22
Loading