[all-commits] [llvm/llvm-project] 7b3f6e: [llvm-exegesis] Fix in SubprocessMemoryTest after ...
Björn Pettersson via All-commits
all-commits at lists.llvm.org
Fri Sep 8 13:49:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7b3f6e64a0636fab9924afae5ba23f61adfac990
https://github.com/llvm/llvm-project/commit/7b3f6e64a0636fab9924afae5ba23f61adfac990
Author: Bjorn Pettersson <bjorn.a.pettersson at ericsson.com>
Date: 2023-09-08 (Fri, 08 Sep 2023)
Changed paths:
M llvm/unittests/tools/llvm-exegesis/X86/SubprocessMemoryTest.cpp
Log Message:
-----------
[llvm-exegesis] Fix in SubprocessMemoryTest after commit adb01dea6a5
Make sure the TestCount const definition is guarded the same way
as the use of the constant.
This is an attempt to fix buildbot failures related to
-Wunused-const-variable.
More information about the All-commits
mailing list