[PATCH] D39162: [test] Fix clang-test for FreeBSD

Kamil Rytarowski via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Oct 21 20:46:49 PDT 2017


krytarowski added inline comments.


================
Comment at: test/Unit/lit.cfg.py:39
 shlibpath_var = ''
-if platform.system() == 'Linux':
+if platform.system() in ['Linux', 'FreeBSD']:
     shlibpath_var = 'LD_LIBRARY_PATH'
----------------
Please include 'NetBSD' next to 'FreeBSD'.


https://reviews.llvm.org/D39162





More information about the cfe-commits mailing list