[llvm] [Exegesis][RISCV] Add RISCV support for llvm-exegesis (PR #89047)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 26 11:10:17 PDT 2024


================
@@ -119,7 +119,7 @@ class CounterGroup {
   virtual void start();
 
   /// Stops the measurement of the event.
-  void stop();
+  virtual void stop();
----------------
boomanaiden154 wrote:

I don't think this is being overriden anywhere anymore. We can probably remove the `virtual` for now.

https://github.com/llvm/llvm-project/pull/89047


More information about the llvm-commits mailing list