[PATCH] D132736: [asan][test] Fix typo in Unit/lit.site.cfg.py.in

Rainer Orth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 26 22:48:11 PDT 2022


ro marked an inline comment as done.
ro added inline comments.


================
Comment at: compiler-rt/test/asan/Unit/lit.site.cfg.py.in:19
       (new_path, config.environment.get('LD_32_LIBRARY_PATH', '')))
     config.environment['LD_32_LIBRARY_PATH'] = new_ld_32_library_path
 
----------------
vitalybuka wrote:
> These probably are wrong as well
No, the names **are** different between FreeBSD and Solaris.  I copied the FreeBSD case, but only half fixed it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132736



More information about the llvm-commits mailing list