[all-commits] [llvm/llvm-project] ddacd3: [libc++] Do not set the runtime library path with ...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Fri May 15 11:10:09 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ddacd370c568da6629a6664452a672b95dc539d5
https://github.com/llvm/llvm-project/commit/ddacd370c568da6629a6664452a672b95dc539d5
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-05-15 (Fri, 15 May 2020)
Changed paths:
M libcxx/utils/libcxx/test/config.py
M libcxx/utils/libcxx/test/target_info.py
Log Message:
-----------
[libc++] Do not set the runtime library path with DYLD_LIBRARY_PATH
We already set it using -rpath when linking test executables, and using
DYLD_LIBRARY_PATH causes problems when running other commands that
shouldn't run against the just-built libc++ (e.g. `ls` in a ShTest).
rdar://63241847
More information about the All-commits
mailing list