[PATCH] D91019: [NewPM] Bail from PassManager::run() if there are no passes

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 8 00:38:30 PST 2020


aeubanks added a comment.

Actually this causes the test to fail without polly since now there's no output since it's just an empty module pass manager. Will revert original change.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91019



More information about the llvm-commits mailing list