[all-commits] [llvm/llvm-project] 2a63ed: Revert "sanitizer_common: support printing __m128i...
Dmitry Vyukov via All-commits
all-commits at lists.llvm.org
Fri Aug 13 04:44:33 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2a63edd64fc102c96ed8fe3b9c3acf7f684fe6f2
https://github.com/llvm/llvm-project/commit/2a63edd64fc102c96ed8fe3b9c3acf7f684fe6f2
Author: Dmitry Vyukov <dvyukov at google.com>
Date: 2021-08-13 (Fri, 13 Aug 2021)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_common.h
M compiler-rt/lib/sanitizer_common/sanitizer_printf.cpp
M compiler-rt/lib/sanitizer_common/tests/sanitizer_printf_test.cpp
Log Message:
-----------
Revert "sanitizer_common: support printing __m128i type"
This reverts commits
"sanitizer_common: support printing __m128i type"
and "[sanitizer] Fix VSNPrintf %V on Windows".
Unfortunately, custom "%V" is inherently incompatible with -Wformat,
it produces both:
warning: invalid conversion specifier 'V' [-Wformat-invalid-specifier]
warning: data argument not used by format string [-Wformat-extra-args]
If we disable both of these warnings we lose lots of useful warnings as well.
Depends on D107978.
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D107979
More information about the All-commits
mailing list