[all-commits] [llvm/llvm-project] d24d4b: [sanitizer] Add missing bitcast to sanitizer_bitve...
Thurston Dang via All-commits
all-commits at lists.llvm.org
Tue Apr 14 10:22:53 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d24d4b64e81ca3a2161772886a05a16ed8927080
https://github.com/llvm/llvm-project/commit/d24d4b64e81ca3a2161772886a05a16ed8927080
Author: Thurston Dang <thurston at google.com>
Date: 2026-04-14 (Tue, 14 Apr 2026)
Changed paths:
M compiler-rt/lib/sanitizer_common/tests/sanitizer_bitvector_test.cpp
Log Message:
-----------
[sanitizer] Add missing bitcast to sanitizer_bitvector_test.cpp (#192090)
Fixes buildbot report
(https://lab.llvm.org/buildbot/#/builders/66/builds/29379):
/home/b/sanitizer-x86_64-linux/build/llvm-project/compiler-rt/lib/sanitizer_common/tests/sanitizer_bitvector_test.cpp:64:29:
error: format specifies type 'unsigned long' but the argument has type
'uptr' (aka 'unsigned int') [-Werror,-Wformat]
64 | fprintf(stderr, "%lu ", idx);
| ~~~ ^~~
| %u
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list