[PATCH] D102136: [NewPM] Add C bindings for new pass manager
Mats Larsen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat May 15 08:16:45 PDT 2021
supergrecko added a comment.
Found a tiny mistake in one of the comments, will fix.
================
Comment at: llvm/include/llvm-c/Transforms/PassBuilder.h:42-46
+ * If Debug is enabled, then debug logging from the analysis managers and
+ * standard instrumentation will be printed to stderr.
+ *
+ * If VerifyEach is enabled, then a module verification pass will be ran in
+ * addition to the other passes.
----------------
Just realized that these lines don't make any sense anymore after we moved them out into PassBuilderOptions.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102136/new/
https://reviews.llvm.org/D102136
More information about the llvm-commits
mailing list