[llvm-commits] [llvm] r128440 - in /llvm/trunk/tools/lto: Makefile lto.exports

arrowdodger 6yearold at gmail.com
Fri Apr 1 06:20:23 PDT 2011


On Tue, Mar 29, 2011 at 4:01 AM, Devang Patel <dpatel at apple.com> wrote:

> New Revision: 128440
> --- llvm/trunk/tools/lto/Makefile (original)
> +++ llvm/trunk/tools/lto/Makefile Mon Mar 28 19:01:39 2011
> @@ -20,7 +20,8 @@
>  LINK_LIBS_IN_SHARED = 1
>  SHARED_LIBRARY = 1
>
> -LINK_COMPONENTS := $(TARGETS_TO_BUILD) ipo scalaropts linker bitreader
> bitwriter
> +LINK_COMPONENTS := $(TARGETS_TO_BUILD) ipo scalaropts linker bitreader \
> +       bitwriter mcdisassembler
>
>  include $(LEVEL)/Makefile.common
>

Is it intended? libLTO happily compiles even without mcdisassembler
component.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110401/5812d0db/attachment.html>


More information about the llvm-commits mailing list