[cfe-dev] libcxxrt+libc++ build regression

Chandler Carruth chandlerc at google.com
Sat Oct 18 00:20:02 PDT 2014


On Sat, Oct 18, 2014 at 12:10 AM, C Bergström <cbergstrom at pathscale.com>
wrote:

> I'm curious why you're using find_library and why it worked fine before.
>

It's the standard CMake way of doing things.


>
> Abbreviated paths
> /somepath/bot/src/libcxx
> /somepath/bot/src/libcxxrt
>
> cmake is being ran from
> /somepath/bot/build/foobar - In our case we have a global cmake which
> wraps everything
>
> I think we were explicitly setting the path before  (I need to double
> check this) and if that variable is set - find_path shouldn't be used
>

This sounds very likely like your hard coded variables no longer match
reality. You may have to update your build bot, but I don't really see how
we can help with a custom CMake setup that others don't have and isn't
represented by one of the public build bots? :: shrug ::
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20141018/86374f8e/attachment.html>


More information about the cfe-dev mailing list