[PATCH] D127221: [Clang] Enable -print-pipeline-passes in clang.
Arthur Eubanks via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 12 09:18:48 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) {}
----------------
jcranmer-intel wrote:
> 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.
`-disable-llvm-verifier` is added by clang 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