Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc | ||
---|---|---|
3111 | Ah, the test passes because it makes the same assumption. Thanks for catching that! |
Comment Actions
LGTM
compiler-rt/test/sanitizer_common/TestCases/Linux/sysmsg.c | ||
---|---|---|
24 | strictly speaking, there should be an EINTR-catching loop around both calls. It's pretty unlikely to happen in a test though... |
Comment Actions
This is causing lint errors: http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-android/builds/32793
/var/lib/buildbot/sanitizer-buildbot6/sanitizer-x86_64-linux-android/build/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc:3096: Lines should be <= 80 characters long [whitespace/line_length] [2] /var/lib/buildbot/sanitizer-buildbot6/sanitizer-x86_64-linux-android/build/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc:3105: Lines should be <= 80 characters long [whitespace/line_length] [2]
@guiand Could you please fix?
We don't use braces for single line blocks.