[libc] Fix dependencies for generating the GPU binary file
authorJoseph Huber <jhuber6@vols.utk.edu>
Fri, 17 Feb 2023 18:06:02 +0000 (12:06 -0600)
committerJoseph Huber <jhuber6@vols.utk.edu>
Mon, 20 Feb 2023 15:37:19 +0000 (09:37 -0600)
commit4a872412d868ff468a30a99060293e11a43ffab9
tree6c33a72db02bac4f331b9fba33265b2c728865d8
parentd51d2b5909036cd13fcca7d5b5d1bed48dff3053
[libc] Fix dependencies for generating the GPU binary file

This patch adjusts the way dependencies are handled in the packaed
version of the GPU libc runtime. Previously the files were not getting
updated properly in the install when they changed.

Depends on D144214

Reviewed By: lntue

Differential Revision: https://reviews.llvm.org/D144280
libc/cmake/modules/LLVMLibCObjectRules.cmake