Skip to content

Commit b9778da

Browse files
michaelrj-googleyuxuanchen1997
authored andcommitted
[libc] Restore DECLS_FILE_PATH property (#99583)
Summary: 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. Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: https://phabricator.intern.facebook.com/D60251008
1 parent 897ec4a commit b9778da

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)