[PATCH] D24184: [CMake] Use CMake's default RPATH for the unit tests

Vasileios Kalintiris via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 5 04:50:53 PDT 2016


vkalintiris added a subscriber: vkalintiris.
vkalintiris added a comment.

> When building with BUILD_SHARED_LIBRARIES, such tests don't manage

>  to find their libraries and are consequently not run (due to a bug

>  in LIT, this isn't even reported!).


This LGTM but wait for Chris' approval too. In our case, LIT doesn't
ignore these tests and the whole build fails. The same is true for
my local builds on a X86_64 host (with BUILD_SHARED_LIBRARIES).
Do you know if something else changed LIT's behaviour?


https://reviews.llvm.org/D24184





More information about the llvm-commits mailing list