[clang] [llvm] [Instrumentor] A configurable instrumentation pass plugin (PR #151551)
Asher Mancinelli via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 5 09:40:33 PDT 2025
Stefan =?utf-8?q?Gränitz?= <stefan.graenitz at gmail.com>,
Stefan =?utf-8?q?Gränitz?= <stefan.graenitz at gmail.com>,
Stefan =?utf-8?q?Gränitz?= <stefan.graenitz at gmail.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/151551 at github.com>
================
@@ -0,0 +1,341 @@
+//===-- Instrumentor.cpp - Highly configurable instrumentation pass -------===//
----------------
ashermancinelli wrote:
I like the instrumentor - but is there a user that needs this today? I wonder if this should be part of a test or example instead of a full tool. For what it's worth, I _would_ like some code that uses the plugin API to be built by default.
https://github.com/llvm/llvm-project/pull/151551
More information about the llvm-commits
mailing list