[all-commits] [llvm/llvm-project] 6bd4d7: [libc] Add environment variables to GPU libc test ...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Mon Mar 20 11:17:17 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6bd4d717d577b88e83a92ea865bb96dd5df45936
https://github.com/llvm/llvm-project/commit/6bd4d717d577b88e83a92ea865bb96dd5df45936
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-03-20 (Mon, 20 Mar 2023)
Changed paths:
M libc/startup/gpu/amdgpu/start.cpp
M libc/test/integration/startup/gpu/CMakeLists.txt
M libc/test/integration/startup/gpu/args_test.cpp
M libc/utils/gpu/loader/Loader.h
M libc/utils/gpu/loader/Main.cpp
M libc/utils/gpu/loader/amdgpu/Loader.cpp
Log Message:
-----------
[libc] Add environment variables to GPU libc test for AMDGPU
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.
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D146322
More information about the All-commits
mailing list