Bug ID 51418
Summary Please backport 15cacab73f7e36d9dca4a5516ccb360b67bf2dbc (skip test if LD_PRELOAD) to 13.x
Product lldb
Version unspecified
Hardware PC
OS Linux
Status NEW
Severity enhancement
Priority P
Component All Bugs
Assignee lldb-dev@lists.llvm.org
Reporter mgorny@gentoo.org
CC jdevlieghere@apple.com, llvm-bugs@lists.llvm.org
Blocks 51236
commit 15cacab73f7e36d9dca4a5516ccb360b67bf2dbc
Author: Michał Górny <[mgorny@moritz.systems](mailto:mgorny@moritz.systems)>
[lldb] [test] Skip Expr/nodefaultlib.cpp test if LD_PRELOAD Is used
Some LD_PRELOAD-ed libraries tend to interact badly with --nodefaultlib,
particularly Gentoo sandbox. Do not run this test if LD_PRELOAD is
present in the running environment.
Differential Revision: [https://reviews.llvm.org/D107701](https://reviews.llvm.org/D107701)