This is an archive of the discontinued LLVM Phabricator instance.

[libc] Fix dependencies for generating the GPU binary file
ClosedPublic

Authored by jhuber6 on Feb 17 2023, 10:08 AM.

Details

Summary

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

Diff Detail

Event Timeline

jhuber6 created this revision.Feb 17 2023, 10:08 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 17 2023, 10:08 AM
jhuber6 requested review of this revision.Feb 17 2023, 10:08 AM
jhuber6 updated this revision to Diff 498436.Feb 17 2023, 10:11 AM

Fix the filepath changing.

lntue accepted this revision.Feb 17 2023, 10:55 AM
This revision is now accepted and ready to land.Feb 17 2023, 10:55 AM
jhuber6 updated this revision to Diff 498475.Feb 17 2023, 12:06 PM

Fix deps on the stub making command. Works reliably now.