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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits