Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
compiler-rt/test/sanitizer_common/TestCases/Linux/pthread_getaffinity_np.cpp | ||
---|---|---|
3 | unless you already know the reason, maybe enable android as well? |
compiler-rt/test/sanitizer_common/TestCases/Linux/pthread_getaffinity_np.cpp | ||
---|---|---|
3 | Yes. This test broke android build, as libc (where android keeps libresolv) does not implement pthread_getaffinity_np. (In fact, the build indicated that it might think I wanted to use 'sched_getaffinity', which is already intercepted.) |
unless you already know the reason, maybe enable android as well?