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

Devang Patel dpatel at apple.com
Fri Apr 1 10:03:10 PDT 2011


On Apr 1, 2011, at 6:20 AM, arrowdodger wrote:

> 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?

Yes. To expose new functions listed in lto.exports file.
-
Devang

> libLTO happily compiles even without mcdisassembler component.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110401/692ba46f/attachment.html>


More information about the llvm-commits mailing list