[all-commits] [llvm/llvm-project] 2d03b7: Adjust includes in MCTargetDesc to avoid unnecessa...

Reid Kleckner via All-commits all-commits at lists.llvm.org
Thu Jul 27 13:39:50 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2d03b7c56f274be13fc17bc51b320f41b77593ab
      https://github.com/llvm/llvm-project/commit/2d03b7c56f274be13fc17bc51b320f41b77593ab
  Author: Reid Kleckner <rnk at google.com>
  Date:   2023-07-27 (Thu, 27 Jul 2023)

  Changed paths:
    M llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.cpp
    M llvm/lib/Target/Mips/MCTargetDesc/MipsInstPrinter.cpp
    M llvm/lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
    M llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCCodeEmitter.cpp
    M llvm/lib/Target/X86/MCTargetDesc/X86MnemonicTables.cpp

  Log Message:
  -----------
  Adjust includes in MCTargetDesc to avoid unnecessary CodeGen deps, NFC

These are small include-only changes in the X86, Mips, and SystemZ
backend that seem sufficiently small to commit separately without
review.

See issue #64166 for more information about layering.




More information about the All-commits mailing list