diff options
author | Louis Dionne <ldionne@apple.com> | 2019-08-13 12:49:00 +0000 |
---|---|---|
committer | Louis Dionne <ldionne@apple.com> | 2019-08-13 12:49:00 +0000 |
commit | 1b6d6e595b5e27566579c03923667aaab58bd3cd (patch) | |
tree | c934a113548dc7ca016682f8fd14ea1edaa25a5e /lldb/packages/Python/lldbsuite/test/expression_command/unicode-in-variable/TestUnicodeInVariable.py | |
parent | 42b957aad7b293eef34ed5c2da7ebde4fab997c9 (diff) | |
download | bcm5719-llvm-1b6d6e595b5e27566579c03923667aaab58bd3cd.tar.gz bcm5719-llvm-1b6d6e595b5e27566579c03923667aaab58bd3cd.zip |
[pstl] Allow customizing whether per-TU insulation is provided
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
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/unicode-in-variable/TestUnicodeInVariable.py')
0 files changed, 0 insertions, 0 deletions