[PATCH] D111756: [test] Fix asan dynamic unit tests with per-target runtime dirs

Collin Baker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 14 10:08:38 PDT 2021


collinbaker marked an inline comment as done.
collinbaker added a comment.

In D111756#3063432 <https://reviews.llvm.org/D111756#3063432>, @phosek wrote:

> LGTM

Could you commit this for me?



================
Comment at: compiler-rt/test/asan/Unit/lit.site.cfg.py.in:64
 push_ld_library_path(config, config.compiler_rt_libdir)
+lit_config.warning(f'### Library path = {config.compiler_rt_libdir}')
 
----------------
phosek wrote:
> Is this leftover from debugging?
Yup! Removed


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111756



More information about the llvm-commits mailing list