Skip to content

Commit a0cad0f

Browse files
targosnodejs-github-bot
authored andcommitted
tools: update V8 gypfiles for 15.0
Signed-Off-By: Michaël Zasso <targos@protonmail.com>
1 parent 8dae8f3 commit a0cad0f

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

tools/v8_gypfiles/abseil.gyp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
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',

tools/v8_gypfiles/v8.gyp

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1415,6 +1415,7 @@
14151415
'dependencies': [
14161416
'v8_headers',
14171417
'abseil.gyp:abseil',
1418+
'llvm-libc-headers',
14181419
],
14191420

14201421
'conditions': [
@@ -2493,5 +2494,18 @@
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
}

0 commit comments

Comments
 (0)