[llvm] [llvm]Add a simple Telemetry framework (PR #102323)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 11 01:29:32 PST 2024
================
@@ -0,0 +1,133 @@
+//===- llvm/Telemetry/Telemetry.h - Telemetry -------------------*- C++ -*-===//
----------------
jh7370 wrote:
Nit: coding standards have very recently changed such that the `C++` bit of this line is no longer needed.
https://github.com/llvm/llvm-project/pull/102323
More information about the llvm-commits
mailing list