[all-commits] [llvm/llvm-project] 9bd32d: [CodeGen] Update DwarfEHPreparePass references in ...

paperchalice via All-commits all-commits at lists.llvm.org
Sun Dec 10 17:26:14 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9bd32d78a9c8c51929f200ceefe735dc687ab10d
      https://github.com/llvm/llvm-project/commit/9bd32d78a9c8c51929f200ceefe735dc687ab10d
  Author: paperchalice <liujunchang97 at outlook.com>
  Date:   2023-12-11 (Mon, 11 Dec 2023)

  Changed paths:
    M llvm/include/llvm/CodeGen/CodeGenPassBuilder.h
    M llvm/include/llvm/CodeGen/MachinePassRegistry.def
    M llvm/lib/CodeGen/DwarfEHPrepare.cpp
    M llvm/lib/Passes/PassRegistry.def
    M llvm/test/CodeGen/Generic/opt-codegen-no-target-machine.ll
    M llvm/test/CodeGen/Mips/compactbranches/beqc-bnec-register-constraint.ll
    M llvm/test/CodeGen/X86/dwarf-eh-prepare-dbg.ll
    M llvm/test/CodeGen/X86/dwarf-eh-prepare.ll
    M llvm/test/CodeGen/X86/dwarf_eh_resume.ll
    M llvm/tools/opt/opt.cpp

  Log Message:
  -----------
  [CodeGen] Update DwarfEHPreparePass references in `CodeGenPassBuilder.h` (#74068)

Forgot to update the counterpart in `CodeGenPassBuilder.h`. Also Rename `dwarfehprepare` -> `dwarf-eh-prepare`.




More information about the All-commits mailing list