[LLD] Cyclic dependency between ReaderWriter and YAML backend
Nick Kledzik
kledzik at apple.com
Tue Sep 3 11:55:48 PDT 2013
Does BUILD_SHARED_LIBS turn every CMake target into a shared library (.so)? If so, that may be two fine grained.
Can BUILD_SHARED_LIBS be detected by CMake and alter the target structure? For instance moving YAML stuff into Core?
-Nick
On Sep 2, 2013, at 3:09 AM, Joerg Sonnenberger <joerg at britannica.bec.de> wrote:
> Hi all,
> when trying to build lld with BUILD_SHARED_LIBS=on, it fails due to a
> dependency cyclic between lib/ReaderWriter and lib/ReaderWriter/YAML.
> One possible solution is attached, but it is certainly not clean.
>
> Joerg
> <lld-shared.diff>_______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list