[libc][obvious] Fix undefined variable after name change
authorJoseph Huber <jhuber6@vols.utk.edu>
Thu, 11 May 2023 13:38:27 +0000 (08:38 -0500)
committerJoseph Huber <jhuber6@vols.utk.edu>
Thu, 11 May 2023 14:00:08 +0000 (09:00 -0500)
commit30093d6be2499995ea66b09b0c8569bf5dc3e950
tree587b5af26250167a69d0d5afc83bdb061287f3a7
parent4bc75f046018bcc81ede90d548f95da8ed14f1a9
[libc][obvious] Fix undefined variable after name change

I forgot that we still used these variables in the loaders.

Differential Revision: https://reviews.llvm.org/D150362
libc/startup/gpu/amdgpu/start.cpp
libc/startup/gpu/nvptx/start.cpp
libc/utils/gpu/loader/amdgpu/Loader.cpp
libc/utils/gpu/loader/nvptx/Loader.cpp