hoy added inline comments.
================
Comment at: llvm/lib/Passes/PassBuilder.cpp:462
+ if (!PIC->hasPassName(P))
+ report_fatal_error("unrecognized pass name: " + P);
+ }
----------------
@aeubanks This seems not working with MIR passes under newpm. Would it make
sense to issue a warning instead to unblock that? Thanks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87216/new/
https://reviews.llvm.org/D87216
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits