[all-commits] [llvm/llvm-project] e93eff: Fix https://lab.llvm.org/buildbot/#/builders/77/bu...
PiJoules via All-commits
all-commits at lists.llvm.org
Wed Mar 29 15:30:16 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e93eff727734ae3d2243e5bb3809d3f8e3621a86
https://github.com/llvm/llvm-project/commit/e93eff727734ae3d2243e5bb3809d3f8e3621a86
Author: Leonard Chan <leonardchan at google.com>
Date: 2023-03-29 (Wed, 29 Mar 2023)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_mallinfo.h
Log Message:
-----------
Fix https://lab.llvm.org/buildbot/#/builders/77/builds/26020. D147092
broke this build since I forgot to wrap the moved struct in the
`__sanitizer` namespace so uptr wasn't refering to __sanitizer::uptr.
More information about the All-commits
mailing list