File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
llvm/utils/gn/secondary/libcxx Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -1192,6 +1192,7 @@ if (current_toolchain == default_toolchain) {
1192
1192
" __locale_dir/time.h" ,
1193
1193
" __locale_dir/wbuffer_convert.h" ,
1194
1194
" __locale_dir/wstring_convert.h" ,
1195
+ " __log_hardening_failure" ,
1195
1196
" __math/abs.h" ,
1196
1197
" __math/copysign.h" ,
1197
1198
" __math/error_functions.h" ,
Original file line number Diff line number Diff line change @@ -317,7 +317,10 @@ if (libcxx_enable_experimental) {
317
317
static_library (" cxx_experimental" ) {
318
318
output_dir = runtimes_dir
319
319
output_name = " c++experimental"
320
- sources = [ " experimental/keep.cpp" ]
320
+ sources = [
321
+ " experimental/keep.cpp" ,
322
+ " experimental/log_hardening_failure.cpp" ,
323
+ ]
321
324
if (libcxx_enable_filesystem && libcxx_enable_time_zone_database ) {
322
325
sources += [
323
326
# TODO TZDB The exception could be moved in chrono once the TZDB library
You can’t perform that action at this time.
0 commit comments