[all-commits] [llvm/llvm-project] 5fcf89: [PowerPC] Add new Future CPU for PowerPC

stefanp-ibm via All-commits all-commits at lists.llvm.org
Thu Nov 21 11:36:27 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5fcf89f77893b4c3367f23dd82b426f783e67cff
      https://github.com/llvm/llvm-project/commit/5fcf89f77893b4c3367f23dd82b426f783e67cff
  Author: Stefan Pintilie <stefanp at ca.ibm.com>
  Date:   2019-11-21 (Thu, 21 Nov 2019)

  Changed paths:
    M clang/lib/Basic/Targets/PPC.cpp
    M clang/lib/Basic/Targets/PPC.h
    M clang/lib/Driver/ToolChains/Arch/PPC.cpp
    M clang/test/Misc/target-invalid-cpu-note.c
    M clang/test/Preprocessor/init.c

  Log Message:
  -----------
  [PowerPC] Add new Future CPU for PowerPC

This patch will add -mcpu=future into clang for PowerPC.

A CPU type is required for work that may possibly be enabled for some future
Power CPU. The CPU type future will serve that purpose. This patch introduces
no new functionality. It is an incremental patch on top of which Power PC work
for some future CPU can be done.

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




More information about the All-commits mailing list