[all-commits] [llvm/llvm-project] a614a2: [PowerPC] Do not define __PRIVILEGED__

stefanp-ibm via All-commits all-commits at lists.llvm.org
Wed Aug 11 12:10:36 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a614a28772cbd8e0fc3c5fcf836493c2c8bc80da
      https://github.com/llvm/llvm-project/commit/a614a28772cbd8e0fc3c5fcf836493c2c8bc80da
  Author: Stefan Pintilie <stefanp at ca.ibm.com>
  Date:   2021-08-11 (Wed, 11 Aug 2021)

  Changed paths:
    M clang/lib/Basic/Targets/PPC.cpp
    M clang/test/Driver/ppc-mprivileged-support-check.c
    M clang/test/Preprocessor/init-ppc64.c

  Log Message:
  -----------
  [PowerPC] Do not define __PRIVILEGED__

We do not want to define __PRIVILEGED__. There is no use case for the
definition and gcc does not define it. This patch removes that definition.

Reviewed By: lei, NeHuang

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




More information about the All-commits mailing list