Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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.
- Loading branch information