[PATCH] D14487: [PGO]: Add llvm main include dir to profile runtime header path.

Xinliang David Li via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 9 17:12:18 PST 2015


I rolled back the change for now.

Chris, what is the use case of out of tree compile-rt build? In
compile-rt.llvm.org, it says "Generally, you need to build LLVM/Clang in
order to build compiler-rt".  It seems pointless building it separately.

thanks,

David


On Mon, Nov 9, 2015 at 4:55 PM, Chris Bieneman <beanz at apple.com> wrote:

> beanz added a subscriber: beanz.
> beanz added a comment.
>
> This code breaks builds with LLVM_EXTERNAL_COMPILER_RT=On or any
> out-of-tree compiler-rt build.
>
> LLVM_MAIN_INCLUDE_DIR is not always set, and you can't expect it to be set.
>
>
> Repository:
>   rL LLVM
>
> http://reviews.llvm.org/D14487
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151109/6e4317a1/attachment.html>


More information about the llvm-commits mailing list