[PATCH] D99707: Remove "Rewrite Symbols" from codegen pipeline

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 1 14:46:27 PDT 2021


aeubanks added a comment.

Yeah it's not technically no-op, but that flag should only be used for testing.
There is a clang flag to enable this pass in the optimization pipeline: -frewrite-map-file. Although actually it's not implemented for the new PM...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99707



More information about the llvm-commits mailing list