Details
Details
- Reviewers
dvyukov eugenis - Commits
- rGb0716269baa3: [sanitizer_common] disable format errors.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
compiler-rt/lib/sanitizer_common/CMakeLists.txt | ||
---|---|---|
206 | Please disable it only for 32-bits, since these warnings are 32-bits only. |
compiler-rt/lib/sanitizer_common/CMakeLists.txt | ||
---|---|---|
206 | As per offline discussion, we agreed to submit this as-is today to unbreak things and fix on Monday. |
Comment Actions
FTR, I've mailed D108105 because other people are complaining re broken builds:
https://reviews.llvm.org/D107980#2945116
disabling the warning for sanitizer_common only is not enough.
Please disable it only for 32-bits, since these warnings are 32-bits only.
And move this next to -Wno-format-pedantic to have it all in one place.