[all-commits] [llvm/llvm-project] 2c6448: [sanitizer] Define 32bit uptr as uint
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Mon Aug 16 14:24:02 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2c6448cdc2f68f8c28fd0bd9404182b81306e6e6
https://github.com/llvm/llvm-project/commit/2c6448cdc2f68f8c28fd0bd9404182b81306e6e6
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2021-08-16 (Mon, 16 Aug 2021)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h
M compiler-rt/lib/sanitizer_common/tests/sanitizer_bitvector_test.cpp
Log Message:
-----------
[sanitizer] Define 32bit uptr as uint
This makes it consistent with uintptr_t.
It's 45138f788c9b3c4ac5d9ae4479841c411c15190e with Darwin fix.
Reviewed By: kstoimenov
Differential Revision: https://reviews.llvm.org/D108163
More information about the All-commits
mailing list