[PATCH] D39020: Made shlib compile explicitly AFTER all tools.

Mitch Phillips via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 17 15:05:35 PDT 2017


hctim added a comment.

In https://reviews.llvm.org/D39020#900124, @pcc wrote:

> Does it not work to declare your library with `add_library` instead of `add_llvm_library`? Alternatively it looks like `add_llvm_library` has a `BUILDTREE_ONLY` flag that appears to do what is needed here.


Adding `BUILDTREE_ONLY` both with and without `STATIC` are resulting in the same errors. Will take a look at explicitly creating the library without the llvm helpers through `add_library`.


https://reviews.llvm.org/D39020





More information about the llvm-commits mailing list