[PATCH] D26115: [test] Correctly include build llvm_shlib_dir in stand-alone builds

Chris Bieneman via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 14 15:17:00 PST 2016


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

LGTM!



================
Comment at: test/lit.cfg:109
+    if not llvm_shlib_dir:
+        lit_config.fatal('No LLVM shlib dir set!')
     llvm_libs_dir = getattr(config, 'llvm_libs_dir', None)
----------------
mgorny wrote:
> beanz wrote:
> > Should this really be fatal? It seems to me in many cases you might not need this to be set.
> I don't mind either way. I left it like this since I really don't see a case when it could be unset ;-).
Ah! You're right. I didn't see where it was getting set.


https://reviews.llvm.org/D26115





More information about the cfe-commits mailing list