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

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 14 01:43:59 PDT 2021


phosek accepted this revision.
phosek added a comment.
This revision is now accepted and ready to land.

LGTM



================
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}')
 
----------------
Is this leftover from debugging?


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