File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 '<(ABSEIL_ROOT)/absl/base/internal/endian.h' ,
3737 '<(ABSEIL_ROOT)/absl/base/internal/errno_saver.h' ,
3838 '<(ABSEIL_ROOT)/absl/base/internal/fast_type_id.h' ,
39+ '<(ABSEIL_ROOT)/absl/base/internal/hardening.h' ,
40+ '<(ABSEIL_ROOT)/absl/base/internal/hardening.cc' ,
3941 '<(ABSEIL_ROOT)/absl/base/internal/hide_ptr.h' ,
4042 '<(ABSEIL_ROOT)/absl/base/internal/identity.h' ,
4143 '<(ABSEIL_ROOT)/absl/base/internal/iterator_traits.h' ,
Original file line number Diff line number Diff line change 14151415 'dependencies' : [
14161416 'v8_headers' ,
14171417 'abseil.gyp:abseil' ,
1418+ 'llvm-libc-headers' ,
14181419 ],
14191420
14201421 'conditions' : [
24932494 '<(V8_ROOT)/third_party/simdutf/simdutf.cpp' ,
24942495 ],
24952496 }, # simdutf
2497+ {
2498+ 'target_name' : 'llvm-libc-headers' ,
2499+ 'type' : 'none' ,
2500+ 'toolsets' : ['host' , 'target' ],
2501+ 'direct_dependent_settings' : {
2502+ 'include_dirs' : [
2503+ '<(V8_ROOT)/third_party/llvm-libc/src' ,
2504+ ],
2505+ 'defines' : [
2506+ 'LIBC_NAMESPACE=__llvm_libc_cr' ,
2507+ ],
2508+ },
2509+ }
24962510 ],
24972511}
You can’t perform that action at this time.
0 commit comments