mirror of
https://github.com/intel/llvm.git
synced 2026-01-29 04:16:38 +08:00
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