Skip to content

Commit adacb50

Browse files
[libc] Restore DECLS_FILE_PATH property (#99583)
The DECLS_FILE_PATH property is supposed to be set on the targets for the generated headers for the GPU build installation. It got missed when creating the cmake rule for new headergen.
1 parent 40ed6ba commit adacb50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libc/cmake/modules/LLVMLibCHeaderRules.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ function(add_gen_header2 target_name)
160160
${fq_target_name}
161161
PROPERTIES
162162
HEADER_FILE_PATH ${out_file}
163+
DECLS_FILE_PATH "${decl_out_file}"
163164
DEPS "${fq_deps_list}"
164165
)
165166

0 commit comments

Comments
 (0)