[llvm-commits] [lld] r153589 - in /lld/trunk: include/lld/Core/Pass.h include/lld/Core/Platform.h include/lld/Platform/Platform.h lib/Passes/GOTPass.cpp lib/Passes/StubsPass.cpp tools/lld-core/lld-core.cpp

Chandler Carruth chandlerc at google.com
Wed Mar 28 16:37:38 PDT 2012


On Wed, Mar 28, 2012 at 11:49 AM, Michael J. Spencer
<bigcheesegs at gmail.com>wrote:

> Move Platform.h to Core as Core depends on Platform.h, and the Platform
> library depends on Core. This breaks that cycle.
>

Really? It sounds like it papers over the cycle. I suspect Core should not
depend on Platform.h if the Platform library depends on Core.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120328/8ecdf37a/attachment.html>


More information about the llvm-commits mailing list