[all-commits] [llvm/llvm-project] f8efa6: [OpenMP][test][VE] Change to use VE_LD_LIBRARY_PAT...
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Sat Sep 9 20:07:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f8efa65ca545bbfe2e2e5a3c510af8f88d8d4647
https://github.com/llvm/llvm-project/commit/f8efa65ca545bbfe2e2e5a3c510af8f88d8d4647
Author: Kazushi Marukawa <marukawa at nec.com>
Date: 2023-09-10 (Sun, 10 Sep 2023)
Changed paths:
M openmp/runtime/test/lit.cfg
Log Message:
-----------
[OpenMP][test][VE] Change to use VE_LD_LIBRARY_PATH for VE (#65869)
Change to use VE_LD_LIBRARY_PATH for VE instead of LD_LIBRARY_PATH. The
VE is connected to the host, and compiled test programs for VE is
invoked on the host and transferred to the VE. If programs are compiled
for the host, we use LD_LIBRARY_PATH. Otherwise, we use
VE_LD_LIBRARY_PATH.
More information about the All-commits
mailing list