SSiva Chandra Reddy[libc][Obvious] Use the correct StringView constructor in dirent_test.
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[libc] Add implementations of pthread_equal and pthread_self. Reviewed By: michaelrj, lntue Differential Revision: https://reviews.llvm.org/D129729 | 3 年前 | |
[libc][Obvious] Use the correct StringView constructor in dirent_test. | 3 年前 | |
[libc][NFC] split standalone_cpp into single headers Previously, the entire support/CPP folder was in one header library, which meant that a lot of headers were included where they shouldn't be. This patch splits each header into its own target, as well as adjusting each place they were included to only include what is used. Reviewed By: sivachandra, lntue Differential Revision: https://reviews.llvm.org/D121237 | 4 年前 | |
[libc] Use real objects and archives in integration tests. Previously, we used empty, non-ELF crti.o, crtn.o, libm.a and libc++.a files. Instead, we now still use dummies but they are real ELF object files and archives. | 4 年前 | |
[libc][NFC] Move sys/mman entrypoints to the default build configs. Specifically, mmap and munmap have been moved to the default build list of entrypoints. To support this, certain deps and includes have been adjusted. The use of errno in some cases has been updated. | 4 年前 |