[PATCH] D88308: [unittests] Preserve LD_LIBRARY_PATH in crash recovery test

Mikhail Maltsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 25 08:28:36 PDT 2020


miyuki added a comment.

In our case, the child process fails to find the correct version of libstdc++ and exits with return code 1, `ASSERT_EQ(-2, RetCode)` fails.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88308/new/

https://reviews.llvm.org/D88308



More information about the llvm-commits mailing list