[libcxx-commits] [PATCH] D119765: [libc++][AIX] Remove "pragma priority" from locale.cpp
Xing Xue via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Feb 15 05:37:49 PST 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG16667362d0d1: [libc++][AIX] Remove "pragma priority" from locale.cpp (authored by xingxue).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119765/new/
https://reviews.llvm.org/D119765
Files:
libcxx/src/locale.cpp
Index: libcxx/src/locale.cpp
===================================================================
--- libcxx/src/locale.cpp
+++ libcxx/src/locale.cpp
@@ -126,11 +126,6 @@
}
-#if defined(_AIX)
-// Set priority to INT_MIN + 256 + 150
-# pragma priority ( -2147483242 )
-#endif
-
const locale::category locale::none;
const locale::category locale::collate;
const locale::category locale::ctype;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119765.408838.patch
Type: text/x-patch
Size: 399 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220215/154a6644/attachment-0001.bin>
More information about the libcxx-commits
mailing list