diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2018-08-18 08:27:12 +0000 | 
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2018-08-18 08:27:12 +0000 | 
| commit | 8ad8b454b4916f3cbee9af77a1095ffbf2bc0896 (patch) | |
| tree | 10fcc61fc9faa64dcff77a8edde0d6aea60914a2 /docs/BuildingLibcxx.rst | |
| parent | 4504f4f22a7d118de108a06e3417fac15af31ff9 (diff) | |
Notes
Diffstat (limited to 'docs/BuildingLibcxx.rst')
| -rw-r--r-- | docs/BuildingLibcxx.rst | 9 | 
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/BuildingLibcxx.rst b/docs/BuildingLibcxx.rst index d0b03c675c8b..daf9229a0d05 100644 --- a/docs/BuildingLibcxx.rst +++ b/docs/BuildingLibcxx.rst @@ -332,6 +332,15 @@ libc++ Feature Options    Use the specified GCC toolchain and standard library when building the native    stdlib benchmark tests. +.. option:: LIBCXX_HIDE_FROM_ABI_PER_TU_BY_DEFAULT:BOOL + +  **Default**: ``OFF`` + +  Pick the default for whether to constrain ABI-unstable symbols to +  each individual translation unit. This setting controls whether +  `_LIBCPP_HIDE_FROM_ABI_PER_TU_BY_DEFAULT` is defined by default -- +  see the documentation of that macro for details. +  libc++ ABI Feature Options  --------------------------  | 
