[libcxx-commits] [PATCH] D119765: [libc++][AIX] Remove "pragma priority" from locale.cpp

Hubert Tong via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Feb 14 12:52:09 PST 2022


hubert.reinterpretcast added inline comments.


================
Comment at: libcxx/src/locale.cpp:132
-// Set priority to INT_MIN + 256 + 150
-# pragma priority ( -2147483242 )
-#endif
----------------
> 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.

@xingxue, this is no longer useful because you observed that compiling the file results in no functions being generated to perform non-local initialization?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119765/new/

https://reviews.llvm.org/D119765



More information about the libcxx-commits mailing list