[all-commits] [llvm/llvm-project] 93e816: [libc++] Remove workaround for DYLD_LIBRARY_PATH b...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Fri May 15 10:54:15 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 93e8164546c384f91bfbfa27852e1f6d63a73809
https://github.com/llvm/llvm-project/commit/93e8164546c384f91bfbfa27852e1f6d63a73809
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-05-15 (Fri, 15 May 2020)
Changed paths:
M libcxx/utils/libcxx/test/config.py
Log Message:
-----------
[libc++] Remove workaround for DYLD_LIBRARY_PATH being passed to the compiler
Since we're using the new testing format, DYLD_LIBRARY_PATH is not passed
to the compiler -- it's only passed to the programs we run as an argument
to the %{exec} substitution.
More information about the All-commits
mailing list