Skip to content

Commit 184e0f7

Browse files
committed
build: add missing torque output sources
The `torque_generated_definitions` target is missing some torque generated files in its sources list when compared to the equivalent target in V8's BUILD.gn. PR-URL: #38576 Fixes: #38571 Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent df8af88 commit 184e0f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/v8_gypfiles/v8.gyp

+3
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,9 @@
166166
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/class-verifiers.h',
167167
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/factory.cc',
168168
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/objects-printer.cc',
169+
'<@(torque_outputs_inl_inc)',
170+
'<@(torque_outputs_cc)',
171+
'<@(torque_outputs_inc)',
169172
],
170173
'include_dirs': [
171174
'<(SHARED_INTERMEDIATE_DIR)',

0 commit comments

Comments
 (0)