[all-commits] [llvm/llvm-project] 0e4f5f: [PowerPC] Change option to mrop-protect

stefanp-ibm via All-commits all-commits at lists.llvm.org
Wed Mar 24 03:52:15 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0e4f5f3ea6e11c3e697504b9c43a328a8b85cd13
      https://github.com/llvm/llvm-project/commit/0e4f5f3ea6e11c3e697504b9c43a328a8b85cd13
  Author: Stefan Pintilie <stefanp at ca.ibm.com>
  Date:   2021-03-24 (Wed, 24 Mar 2021)

  Changed paths:
    M clang/include/clang/Driver/Options.td
    M clang/lib/Basic/Targets/PPC.cpp
    M clang/lib/Basic/Targets/PPC.h
    M clang/test/Driver/ppc-mrop-protection-support-check.c
    M clang/test/Preprocessor/init-ppc64.c
    M llvm/lib/Target/PowerPC/PPC.td
    M llvm/lib/Target/PowerPC/PPCSubtarget.cpp
    M llvm/lib/Target/PowerPC/PPCSubtarget.h
    M llvm/test/CodeGen/PowerPC/future-check-features.ll

  Log Message:
  -----------
  [PowerPC] Change option to mrop-protect

In order to have the same option on power PC LLVM and power PC gcc
the option will be changed from -mrop-protection to -mrop-protect.

The feature will be off by default and turned on when the option is used.

Reviewed By: lei, amyk

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




More information about the All-commits mailing list