[lld] r263064 - ELF: link with BitWriter module

Jan Vesely via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 9 14:08:17 PST 2016


On Wed, 2016-03-09 at 13:58 -0800, Sean Silva wrote:
> Sorry about that. Was this with a shared library build?

no worries. Hope you don't mind that I didn't go through the usual
review process.
and yes, it was shared library build.

Jan

> 
> On Wed, Mar 9, 2016 at 1:38 PM, Jan Vesely via llvm-commits <
> llvm-commits at lists.llvm.org> wrote:
> 
> > 
> > Author: jvesely
> > Date: Wed Mar  9 15:38:04 2016
> > New Revision: 263064
> > 
> > URL: http://llvm.org/viewvc/llvm-project?rev=263064&view=rev
> > Log:
> > ELF: link with BitWriter module
> > 
> > Fixes build broken by r263055.
> > 
> > Modified:
> >     lld/trunk/ELF/CMakeLists.txt
> > 
> > Modified: lld/trunk/ELF/CMakeLists.txt
> > URL:
> > http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/CMakeLists.txt?re
> > v=263064&r1=263063&r2=263064&view=diff
> > 
> > ===================================================================
> > ===========
> > --- lld/trunk/ELF/CMakeLists.txt (original)
> > +++ lld/trunk/ELF/CMakeLists.txt Wed Mar  9 15:38:04 2016
> > @@ -20,6 +20,7 @@ add_lld_library(lldELF
> >    LINK_COMPONENTS
> >    ${LLVM_TARGETS_TO_BUILD}
> >    BitReader
> > +  BitWriter
> >    Core
> >    Linker
> >    Object
> > 
> > 
> > _______________________________________________
> > llvm-commits mailing list
> > llvm-commits at lists.llvm.org
> > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
> > 
-- 
Jan Vesely <jan.vesely at rutgers.edu>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160309/e69a0c87/attachment.sig>


More information about the llvm-commits mailing list