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

Zhihao Yuan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Oct 22 13:56:33 PDT 2017


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

In https://reviews.llvm.org/D39162#903179, @zturner wrote:

> Please don't throw an exception here.  Instead, write this as:
>
>   lit_config.warning('Unable to determine shared library path variable for platform {}'.format(platform.system()))
>
>  


Why a warning rather than fatal?


https://reviews.llvm.org/D39162





More information about the cfe-commits mailing list