[all-commits] [llvm/llvm-project] d88162: [VE] Create a TargetInfo header. NFC

Kazushi Marukawa via All-commits all-commits at lists.llvm.org
Tue Apr 21 02:43:01 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d8816261a6eebabf487341c940a92546d3db9827
      https://github.com/llvm/llvm-project/commit/d8816261a6eebabf487341c940a92546d3db9827
  Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
  Date:   2020-04-21 (Tue, 21 Apr 2020)

  Changed paths:
    M llvm/lib/Target/VE/MCTargetDesc/VEMCTargetDesc.cpp
    M llvm/lib/Target/VE/MCTargetDesc/VEMCTargetDesc.h
    M llvm/lib/Target/VE/TargetInfo/VETargetInfo.cpp
    A llvm/lib/Target/VE/TargetInfo/VETargetInfo.h
    M llvm/lib/Target/VE/VEAsmPrinter.cpp
    M llvm/lib/Target/VE/VETargetMachine.cpp

  Log Message:
  -----------
  [VE] Create a TargetInfo header.  NFC

Summary:
Move the declarations of getThe<Name>Target() functions into a new header in
TargetInfo and make users of these functions include this new header in
order to follow other architectures.

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




More information about the All-commits mailing list