[all-commits] [llvm/llvm-project] 3df9c2: [libc++] Fix minor warnings in libcxx benchmarks
Dmitry Ilvokhin via All-commits
all-commits at lists.llvm.org
Wed Sep 13 14:08:00 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3df9c2984b4e15c9777c3d8046927014f8a04b34
https://github.com/llvm/llvm-project/commit/3df9c2984b4e15c9777c3d8046927014f8a04b34
Author: Dmitry Ilvokhin <d at ilvokhin.com>
Date: 2023-09-13 (Wed, 13 Sep 2023)
Changed paths:
M libcxx/benchmarks/allocation.bench.cpp
M libcxx/benchmarks/monotonic_buffer.bench.cpp
Log Message:
-----------
[libc++] Fix minor warnings in libcxx benchmarks
This fixes some unused variable and "comparison of integers of different
signs" warnings in the benchmarks.
Differential Revision: https://reviews.llvm.org/D156613
More information about the All-commits
mailing list