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.
Details
Details
- Reviewers
ldionne daltenty hubert.reinterpretcast - Group Reviewers
Restricted Project - Commits
- rG16667362d0d1: [libc++][AIX] Remove "pragma priority" from locale.cpp
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libcxx/src/locale.cpp | ||
---|---|---|
131 |
@xingxue, this is no longer useful because you observed that compiling the file results in no functions being generated to perform non-local initialization? |
libcxx/src/locale.cpp | ||
---|---|---|
131 | Right, there are no static constructor functions (__sinit*()) in the resulting locale.cpp.o file. |
@xingxue, this is no longer useful because you observed that compiling the file results in no functions being generated to perform non-local initialization?