File tree 2 files changed +7
-7
lines changed 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -131,9 +131,9 @@ option(LIBCXX_ENABLE_VENDOR_AVAILABILITY_ANNOTATIONS
131
131
the shared library they shipped should turn this on and see `include/__configuration/availability.h`
132
132
for more details." OFF )
133
133
134
- option (LIBCPP_STACKTRACE_ALLOW_TOOLS_AT_RUNTIME
135
- "For C++23 <stacktrace>: whether to allow invocation of `addr2line`, `llvm-addr2line` or `atos`
136
- at runtime (if it's available in PATH) to resolve call-chain addresses in the stacktrace
134
+ option (LIBCXX_STACKTRACE_ALLOW_TOOLS_AT_RUNTIME
135
+ "For C++23 <stacktrace>: whether to allow invocation of `addr2line`, `llvm-addr2line`, or `atos`
136
+ at runtime (if it's available in ` PATH` ) to resolve call-chain addresses in the stacktrace
137
137
into source locations, if other methods are not available." ON )
138
138
139
139
if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU" )
@@ -762,7 +762,7 @@ config_define(${LIBCXX_ENABLE_UNICODE} _LIBCPP_HAS_UNICODE)
762
762
config_define(${LIBCXX_ENABLE_WIDE_CHARACTERS} _LIBCPP_HAS_WIDE_CHARACTERS)
763
763
config_define(${LIBCXX_ENABLE_TIME_ZONE_DATABASE} _LIBCPP_HAS_TIME_ZONE_DATABASE)
764
764
config_define(${LIBCXX_ENABLE_VENDOR_AVAILABILITY_ANNOTATIONS} _LIBCPP_HAS_VENDOR_AVAILABILITY_ANNOTATIONS)
765
- config_define(${LIBCPP_STACKTRACE_ALLOW_TOOLS_AT_RUNTIME } _LIBCPP_STACKTRACE_ALLOW_TOOLS_AT_RUNTIME)
765
+ config_define(${LIBCXX_STACKTRACE_ALLOW_TOOLS_AT_RUNTIME } _LIBCPP_STACKTRACE_ALLOW_TOOLS_AT_RUNTIME)
766
766
767
767
# TODO: Remove in LLVM 21. We're leaving an error to make this fail explicitly.
768
768
if (LIBCXX_ENABLE_ASSERTIONS)
Original file line number Diff line number Diff line change @@ -185,12 +185,12 @@ General purpose options
185
185
ship the IANA time zone database. When time zones are not supported,
186
186
time zone support in <chrono> will be disabled.
187
187
188
- .. option :: LIBCPP_STACKTRACE_ALLOW_TOOLS_AT_RUNTIME :BOOL
188
+ .. option :: LIBCXX_STACKTRACE_ALLOW_TOOLS_AT_RUNTIME :BOOL
189
189
190
190
**Default **: ``OFF ``
191
191
192
- For C++23 <stacktrace>: whether to allow invocation of ``addr2line `` or ``llvm-addr2line ``
193
- at runtime (if it's available in PATH) to resolve call-chain addresses in the stacktrace
192
+ For C++23 <stacktrace>: whether to allow invocation of ``addr2line ``, ``llvm-addr2line ``, or `` atos ``
193
+ at runtime (if it's available in `` PATH `` ) to resolve call-chain addresses in the stacktrace
194
194
into source locations, if other methods are not available.
195
195
196
196
.. option :: LIBCXX_INSTALL_LIBRARY_DIR:PATH
You can’t perform that action at this time.
0 commit comments