[all-commits] [llvm/llvm-project] 15caca: [lldb] [test] Skip Expr/nodefaultlib.cpp test if L...

Michał Górny via All-commits all-commits at lists.llvm.org
Mon Aug 9 12:35:35 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 15cacab73f7e36d9dca4a5516ccb360b67bf2dbc
      https://github.com/llvm/llvm-project/commit/15cacab73f7e36d9dca4a5516ccb360b67bf2dbc
  Author: Michał Górny <mgorny at moritz.systems>
  Date:   2021-08-09 (Mon, 09 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




More information about the All-commits mailing list