[clang] [llvm] wip: Move instrumentation passes (PR #92171)
Arthur Eubanks via cfe-commits
cfe-commits at lists.llvm.org
Wed May 22 14:03:04 PDT 2024
================
@@ -0,0 +1,44 @@
+; RUN: opt -passes="default<O0>" -S < %s | FileCheck -check-prefix=PRELTO %s
----------------
aeubanks wrote:
`PRELTO` isn't quite accurate since we also instrument in the default pipelines, I'd use `INSTRUMENT`/`NOINSTRUMENT` or even just `YES`/`NO` :)
https://github.com/llvm/llvm-project/pull/92171
More information about the cfe-commits
mailing list