mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-11 17:08:42 +00:00
1b6d6e595b
Like we do in libc++, PSTL needs the ability to constrain ABI-unstable symbols to each translation unit. This is OFF by default (like for libc++), because most people don't care about this and there is a cost associated to enabling the option (code bloat because templates are not deduped across TUs). I'm using '#pragma clang attribute push' to avoid marking each declaration with an attribute, which quickly becomes difficult to maintain. llvm-svn: 368684 |
||
---|---|---|
.. | ||
pstl/internal | ||
__pstl_algorithm | ||
__pstl_config_site.in | ||
__pstl_execution | ||
__pstl_memory | ||
__pstl_numeric |