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

Arthur Eubanks via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 11 14:28:46 PDT 2023


aeubanks added inline comments.


================
Comment at: clang/test/CodeGen/print-pipeline-passes.c:8
+// CHECK: always-inline
+// CHECK-SAME: verify
+void Foo(void) {}
----------------
aeubanks wrote:
> I believe this will fail in non-assert builds
since we don't run the verifier in non-assert builds


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