This is an archive of the discontinued LLVM Phabricator instance.

[libc] Add environment variables to GPU libc test for AMDGPU
ClosedPublic

Authored by jhuber6 on Mar 17 2023, 12:07 PM.

Details

Summary

This patch performs the same operation to copy over the argv array to
the envp array. This allows the GPU tests to use environment
variables.

Diff Detail

Event Timeline

jhuber6 created this revision.Mar 17 2023, 12:07 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 17 2023, 12:07 PM
jhuber6 requested review of this revision.Mar 17 2023, 12:07 PM
sivachandra accepted this revision.Mar 20 2023, 11:15 AM

This is essentially a GPU only change. Stamping anyway.

This revision is now accepted and ready to land.Mar 20 2023, 11:15 AM