[all-commits] [llvm/llvm-project] 166673: [libc++][AIX] Remove "pragma priority" from locale...

xingxue-ibm via All-commits all-commits at lists.llvm.org
Tue Feb 15 05:37:42 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 16667362d0d1e2b345300a33bbae955b5f986f71
      https://github.com/llvm/llvm-project/commit/16667362d0d1e2b345300a33bbae955b5f986f71
  Author: Xing Xue <xingxue at minsky12.rtp.raleigh.ibm.com>
  Date:   2022-02-15 (Tue, 15 Feb 2022)

  Changed paths:
    M libcxx/src/locale.cpp

  Log Message:
  -----------
  [libc++][AIX] Remove "pragma priority" from locale.cpp

Summary:
The pragma priority guarded for AIX in locale.cpp is no longer useful and is ignored by the current AIX build compilers. This patch removes it from the source.

Reviewed by: ldionne, hubert.reinterpretcast, libc++

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




More information about the All-commits mailing list