Depends on D107207.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| compiler-rt/test/msan/Linux/syscalls.cpp | ||
|---|---|---|
| 143 | Should we leave the pwait test in addition to pwait2? | |
Comment Actions
restore test
| compiler-rt/test/msan/Linux/syscalls.cpp | ||
|---|---|---|
| 143 | Thanks, I probably screwed it on rebase . | |
| compiler-rt/lib/sanitizer_common/sanitizer_common_syscalls.inc | ||
|---|---|---|
| 2135 | Shouldn't this be PRE_READ(timeout, sizeof(sanitizer_kernel_timespec)) ? sizeof(timeout) is just a size of the pointer. | |
Shouldn't this be PRE_READ(timeout, sizeof(sanitizer_kernel_timespec)) ? sizeof(timeout) is just a size of the pointer.