[llvm-branch-commits] [lldb] [clang-tools-extra] [lld] [compiler-rt] [clang] [llvm] [libc] [libcxxabi] [flang] [libcxx] [llvm-exegesis] Add support for validation counters (PR #76653)
Aiden Grossman via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Jan 12 02:28:43 PST 2024
================
@@ -112,9 +116,11 @@ class Counter {
PerfEvent Event;
int FileDescriptor = -1;
bool IsDummyEvent;
+ std::vector<PerfEvent> ValidationEvents;
----------------
boomanaiden154 wrote:
Done. I've split some of the refactoring into separate patches to try and keep the diffs a little bit more clean and make reviewing a little bit easier. The two new patches that perform the refactorings:
#77887
#77900
https://github.com/llvm/llvm-project/pull/76653
More information about the llvm-branch-commits
mailing list