[all-commits] [llvm/llvm-project] bf742f: [lldb] [test] Skip Expr/nodefaultlib.cpp test if L...
Michał Górny via All-commits
all-commits at lists.llvm.org
Tue Aug 10 15:35:44 PDT 2021
Branch: refs/heads/release/13.x
Home: https://github.com/llvm/llvm-project
Commit: bf742f285094e0468ea2cd7aa079f13b1ce8d0fd
https://github.com/llvm/llvm-project/commit/bf742f285094e0468ea2cd7aa079f13b1ce8d0fd
Author: Michał Górny <mgorny at moritz.systems>
Date: 2021-08-10 (Tue, 10 Aug 2021)
Changed paths:
M lldb/test/Shell/Expr/nodefaultlib.cpp
M lldb/test/Shell/lit.cfg.py
Log Message:
-----------
[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
(cherry picked from commit 15cacab73f7e36d9dca4a5516ccb360b67bf2dbc)
More information about the All-commits
mailing list