[PATCH] D127221: [Clang] Enable -print-pipeline-passes in clang.

Joshua Cranmer via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 12 08:09:20 PDT 2023


jcranmer-intel marked 5 inline comments as done.
jcranmer-intel added inline comments.


================
Comment at: clang/test/CodeGen/print-pipeline-passes.c:8
+// CHECK: always-inline
+// CHECK-SAME: verify
+void Foo(void) {}
----------------
aeubanks wrote:
> aeubanks wrote:
> > I believe this will fail in non-assert builds
> since we don't run the verifier in non-assert builds
Apparently verify is added by clang unless `-disable-llvm-verifier` is present on the command line, but I've switched it to annotation-remarks nevertheless.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127221/new/

https://reviews.llvm.org/D127221



More information about the cfe-commits mailing list