[all-commits] [llvm/llvm-project] c1b424: [opt] Rename -enable-new-pm -> -bugpoint-enable-le...

aeubanks via All-commits all-commits at lists.llvm.org
Thu Mar 16 09:57:12 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c1b4240322bfaa43b7f02ca58cf9fe52744884b9
      https://github.com/llvm/llvm-project/commit/c1b4240322bfaa43b7f02ca58cf9fe52744884b9
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2023-03-16 (Thu, 16 Mar 2023)

  Changed paths:
    M llvm/docs/NewPassManager.rst
    M llvm/docs/WritingAnLLVMPass.rst
    M llvm/test/BugPoint/unsymbolized.ll
    M llvm/test/Feature/load_extension.ll
    M llvm/test/Other/opt-On.ll
    M llvm/test/Other/opt-legacy-syntax-deprecation.ll
    M llvm/tools/bugpoint/OptimizerDriver.cpp
    M llvm/tools/opt/opt.cpp

  Log Message:
  -----------
  [opt] Rename -enable-new-pm -> -bugpoint-enable-legacy-pm

-enable-new-pm is no longer necessary except for bugpoint. Make the name more clunky so it hopefully won't be used.

Reviewed By: nikic

Differential Revision: https://reviews.llvm.org/D146103




More information about the All-commits mailing list