[llvm-commits] [llvm] r144417 - in /llvm/trunk/tools: bugpoint/ llc/ lli/ llvm-ar/ llvm-as/ llvm-bcanalyzer/ llvm-cov/ llvm-diff/ llvm-dis/ llvm-dwarfdump/ llvm-extract/ llvm-ld/ llvm-link/ llvm-mc/ llvm-nm/ llvm-objdump/ llvm-prof/ llvm-ranlib/ llvm-rtdyld/ llvm-size/ llvm-stub/ macho-dump/ opt/

Daniel Dunbar daniel at zuster.org
Fri Nov 11 14:59:40 PST 2011


Author: ddunbar
Date: Fri Nov 11 16:59:39 2011
New Revision: 144417

URL: http://llvm.org/viewvc/llvm-project?rev=144417&view=rev
Log:
LLVMBuild: Add description files for the LLVM tools.

Added:
    llvm/trunk/tools/bugpoint/LLVMBuild.txt
    llvm/trunk/tools/llc/LLVMBuild.txt
    llvm/trunk/tools/lli/LLVMBuild.txt
    llvm/trunk/tools/llvm-ar/LLVMBuild.txt
    llvm/trunk/tools/llvm-as/LLVMBuild.txt
    llvm/trunk/tools/llvm-bcanalyzer/LLVMBuild.txt
    llvm/trunk/tools/llvm-cov/LLVMBuild.txt
    llvm/trunk/tools/llvm-diff/LLVMBuild.txt
    llvm/trunk/tools/llvm-dis/LLVMBuild.txt
    llvm/trunk/tools/llvm-dwarfdump/LLVMBuild.txt
    llvm/trunk/tools/llvm-extract/LLVMBuild.txt
    llvm/trunk/tools/llvm-ld/LLVMBuild.txt
    llvm/trunk/tools/llvm-link/LLVMBuild.txt
    llvm/trunk/tools/llvm-mc/LLVMBuild.txt
    llvm/trunk/tools/llvm-nm/LLVMBuild.txt
    llvm/trunk/tools/llvm-objdump/LLVMBuild.txt
    llvm/trunk/tools/llvm-prof/LLVMBuild.txt
    llvm/trunk/tools/llvm-ranlib/LLVMBuild.txt
    llvm/trunk/tools/llvm-rtdyld/LLVMBuild.txt
    llvm/trunk/tools/llvm-size/LLVMBuild.txt
    llvm/trunk/tools/llvm-stub/LLVMBuild.txt
    llvm/trunk/tools/macho-dump/LLVMBuild.txt
    llvm/trunk/tools/opt/LLVMBuild.txt

Added: llvm/trunk/tools/bugpoint/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/bugpoint/LLVMBuild.txt?rev=144417&view=auto
==============================================================================
--- llvm/trunk/tools/bugpoint/LLVMBuild.txt (added)
+++ llvm/trunk/tools/bugpoint/LLVMBuild.txt Fri Nov 11 16:59:39 2011
@@ -0,0 +1,23 @@
+;===- ./tools/bugpoint/LLVMBuild.txt ---------------------------*- Conf -*--===;
+;
+;                     The LLVM Compiler Infrastructure
+;
+; This file is distributed under the University of Illinois Open Source
+; License. See LICENSE.TXT for details.
+;
+;===------------------------------------------------------------------------===;
+;
+; This is an LLVMBuild description file for the components in this subdirectory.
+;
+; For more information on the LLVMBuild system, please see:
+;
+;   http://llvm.org/docs/LLVMBuild.html
+;
+;===------------------------------------------------------------------------===;
+
+[component_0]
+type = Tool
+name = bugpoint
+parent = Tools
+required_libraries = AsmParser BitReader BitWriter IPO Instrumentation Linker Scalar
+

Added: llvm/trunk/tools/llc/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llc/LLVMBuild.txt?rev=144417&view=auto
==============================================================================
--- llvm/trunk/tools/llc/LLVMBuild.txt (added)
+++ llvm/trunk/tools/llc/LLVMBuild.txt Fri Nov 11 16:59:39 2011
@@ -0,0 +1,23 @@
+;===- ./tools/llc/LLVMBuild.txt --------------------------------*- Conf -*--===;
+;
+;                     The LLVM Compiler Infrastructure
+;
+; This file is distributed under the University of Illinois Open Source
+; License. See LICENSE.TXT for details.
+;
+;===------------------------------------------------------------------------===;
+;
+; This is an LLVMBuild description file for the components in this subdirectory.
+;
+; For more information on the LLVMBuild system, please see:
+;
+;   http://llvm.org/docs/LLVMBuild.html
+;
+;===------------------------------------------------------------------------===;
+
+[component_0]
+type = Tool
+name = llc
+parent = Tools
+required_libraries = AsmParser BitReader all-targets
+

Added: llvm/trunk/tools/lli/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/lli/LLVMBuild.txt?rev=144417&view=auto
==============================================================================
--- llvm/trunk/tools/lli/LLVMBuild.txt (added)
+++ llvm/trunk/tools/lli/LLVMBuild.txt Fri Nov 11 16:59:39 2011
@@ -0,0 +1,23 @@
+;===- ./tools/lli/LLVMBuild.txt --------------------------------*- Conf -*--===;
+;
+;                     The LLVM Compiler Infrastructure
+;
+; This file is distributed under the University of Illinois Open Source
+; License. See LICENSE.TXT for details.
+;
+;===------------------------------------------------------------------------===;
+;
+; This is an LLVMBuild description file for the components in this subdirectory.
+;
+; For more information on the LLVMBuild system, please see:
+;
+;   http://llvm.org/docs/LLVMBuild.html
+;
+;===------------------------------------------------------------------------===;
+
+[component_0]
+type = Tool
+name = lli
+parent = Tools
+required_libraries = AsmParser BitReader Interpreter JIT MCJIT NativeCodeGen SelectionDAG
+

Added: llvm/trunk/tools/llvm-ar/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-ar/LLVMBuild.txt?rev=144417&view=auto
==============================================================================
--- llvm/trunk/tools/llvm-ar/LLVMBuild.txt (added)
+++ llvm/trunk/tools/llvm-ar/LLVMBuild.txt Fri Nov 11 16:59:39 2011
@@ -0,0 +1,23 @@
+;===- ./tools/llvm-ar/LLVMBuild.txt ----------------------------*- Conf -*--===;
+;
+;                     The LLVM Compiler Infrastructure
+;
+; This file is distributed under the University of Illinois Open Source
+; License. See LICENSE.TXT for details.
+;
+;===------------------------------------------------------------------------===;
+;
+; This is an LLVMBuild description file for the components in this subdirectory.
+;
+; For more information on the LLVMBuild system, please see:
+;
+;   http://llvm.org/docs/LLVMBuild.html
+;
+;===------------------------------------------------------------------------===;
+
+[component_0]
+type = Tool
+name = llvm-ar
+parent = Tools
+required_libraries = Archive
+

Added: llvm/trunk/tools/llvm-as/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-as/LLVMBuild.txt?rev=144417&view=auto
==============================================================================
--- llvm/trunk/tools/llvm-as/LLVMBuild.txt (added)
+++ llvm/trunk/tools/llvm-as/LLVMBuild.txt Fri Nov 11 16:59:39 2011
@@ -0,0 +1,23 @@
+;===- ./tools/llvm-as/LLVMBuild.txt ----------------------------*- Conf -*--===;
+;
+;                     The LLVM Compiler Infrastructure
+;
+; This file is distributed under the University of Illinois Open Source
+; License. See LICENSE.TXT for details.
+;
+;===------------------------------------------------------------------------===;
+;
+; This is an LLVMBuild description file for the components in this subdirectory.
+;
+; For more information on the LLVMBuild system, please see:
+;
+;   http://llvm.org/docs/LLVMBuild.html
+;
+;===------------------------------------------------------------------------===;
+
+[component_0]
+type = Tool
+name = llvm-as
+parent = Tools
+required_libraries = AsmParser BitWriter
+

Added: llvm/trunk/tools/llvm-bcanalyzer/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-bcanalyzer/LLVMBuild.txt?rev=144417&view=auto
==============================================================================
--- llvm/trunk/tools/llvm-bcanalyzer/LLVMBuild.txt (added)
+++ llvm/trunk/tools/llvm-bcanalyzer/LLVMBuild.txt Fri Nov 11 16:59:39 2011
@@ -0,0 +1,23 @@
+;===- ./tools/llvm-bcanalyzer/LLVMBuild.txt --------------------*- Conf -*--===;
+;
+;                     The LLVM Compiler Infrastructure
+;
+; This file is distributed under the University of Illinois Open Source
+; License. See LICENSE.TXT for details.
+;
+;===------------------------------------------------------------------------===;
+;
+; This is an LLVMBuild description file for the components in this subdirectory.
+;
+; For more information on the LLVMBuild system, please see:
+;
+;   http://llvm.org/docs/LLVMBuild.html
+;
+;===------------------------------------------------------------------------===;
+
+[component_0]
+type = Tool
+name = llvm-bcanalyzer
+parent = Tools
+required_libraries = BitReader
+

Added: llvm/trunk/tools/llvm-cov/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-cov/LLVMBuild.txt?rev=144417&view=auto
==============================================================================
--- llvm/trunk/tools/llvm-cov/LLVMBuild.txt (added)
+++ llvm/trunk/tools/llvm-cov/LLVMBuild.txt Fri Nov 11 16:59:39 2011
@@ -0,0 +1,23 @@
+;===- ./tools/llvm-cov/LLVMBuild.txt ---------------------------*- Conf -*--===;
+;
+;                     The LLVM Compiler Infrastructure
+;
+; This file is distributed under the University of Illinois Open Source
+; License. See LICENSE.TXT for details.
+;
+;===------------------------------------------------------------------------===;
+;
+; This is an LLVMBuild description file for the components in this subdirectory.
+;
+; For more information on the LLVMBuild system, please see:
+;
+;   http://llvm.org/docs/LLVMBuild.html
+;
+;===------------------------------------------------------------------------===;
+
+[component_0]
+type = Tool
+name = llvm-cov
+parent = Tools
+required_libraries = Instrumentation
+

Added: llvm/trunk/tools/llvm-diff/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-diff/LLVMBuild.txt?rev=144417&view=auto
==============================================================================
--- llvm/trunk/tools/llvm-diff/LLVMBuild.txt (added)
+++ llvm/trunk/tools/llvm-diff/LLVMBuild.txt Fri Nov 11 16:59:39 2011
@@ -0,0 +1,23 @@
+;===- ./tools/llvm-diff/LLVMBuild.txt --------------------------*- Conf -*--===;
+;
+;                     The LLVM Compiler Infrastructure
+;
+; This file is distributed under the University of Illinois Open Source
+; License. See LICENSE.TXT for details.
+;
+;===------------------------------------------------------------------------===;
+;
+; This is an LLVMBuild description file for the components in this subdirectory.
+;
+; For more information on the LLVMBuild system, please see:
+;
+;   http://llvm.org/docs/LLVMBuild.html
+;
+;===------------------------------------------------------------------------===;
+
+[component_0]
+type = Tool
+name = llvm-diff
+parent = Tools
+required_libraries = AsmParser BitReader
+

Added: llvm/trunk/tools/llvm-dis/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-dis/LLVMBuild.txt?rev=144417&view=auto
==============================================================================
--- llvm/trunk/tools/llvm-dis/LLVMBuild.txt (added)
+++ llvm/trunk/tools/llvm-dis/LLVMBuild.txt Fri Nov 11 16:59:39 2011
@@ -0,0 +1,23 @@
+;===- ./tools/llvm-dis/LLVMBuild.txt ---------------------------*- Conf -*--===;
+;
+;                     The LLVM Compiler Infrastructure
+;
+; This file is distributed under the University of Illinois Open Source
+; License. See LICENSE.TXT for details.
+;
+;===------------------------------------------------------------------------===;
+;
+; This is an LLVMBuild description file for the components in this subdirectory.
+;
+; For more information on the LLVMBuild system, please see:
+;
+;   http://llvm.org/docs/LLVMBuild.html
+;
+;===------------------------------------------------------------------------===;
+
+[component_0]
+type = Tool
+name = llvm-dis
+parent = Tools
+required_libraries = Analysis BitReader
+

Added: llvm/trunk/tools/llvm-dwarfdump/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-dwarfdump/LLVMBuild.txt?rev=144417&view=auto
==============================================================================
--- llvm/trunk/tools/llvm-dwarfdump/LLVMBuild.txt (added)
+++ llvm/trunk/tools/llvm-dwarfdump/LLVMBuild.txt Fri Nov 11 16:59:39 2011
@@ -0,0 +1,23 @@
+;===- ./tools/llvm-dwarfdump/LLVMBuild.txt ---------------------*- Conf -*--===;
+;
+;                     The LLVM Compiler Infrastructure
+;
+; This file is distributed under the University of Illinois Open Source
+; License. See LICENSE.TXT for details.
+;
+;===------------------------------------------------------------------------===;
+;
+; This is an LLVMBuild description file for the components in this subdirectory.
+;
+; For more information on the LLVMBuild system, please see:
+;
+;   http://llvm.org/docs/LLVMBuild.html
+;
+;===------------------------------------------------------------------------===;
+
+[component_0]
+type = Tool
+name = llvm-dwarfdump
+parent = Tools
+required_libraries = DebugInfo Object
+

Added: llvm/trunk/tools/llvm-extract/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-extract/LLVMBuild.txt?rev=144417&view=auto
==============================================================================
--- llvm/trunk/tools/llvm-extract/LLVMBuild.txt (added)
+++ llvm/trunk/tools/llvm-extract/LLVMBuild.txt Fri Nov 11 16:59:39 2011
@@ -0,0 +1,23 @@
+;===- ./tools/llvm-extract/LLVMBuild.txt -----------------------*- Conf -*--===;
+;
+;                     The LLVM Compiler Infrastructure
+;
+; This file is distributed under the University of Illinois Open Source
+; License. See LICENSE.TXT for details.
+;
+;===------------------------------------------------------------------------===;
+;
+; This is an LLVMBuild description file for the components in this subdirectory.
+;
+; For more information on the LLVMBuild system, please see:
+;
+;   http://llvm.org/docs/LLVMBuild.html
+;
+;===------------------------------------------------------------------------===;
+
+[component_0]
+type = Tool
+name = llvm-extract
+parent = Tools
+required_libraries = AsmParser BitReader BitWriter IPO
+

Added: llvm/trunk/tools/llvm-ld/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-ld/LLVMBuild.txt?rev=144417&view=auto
==============================================================================
--- llvm/trunk/tools/llvm-ld/LLVMBuild.txt (added)
+++ llvm/trunk/tools/llvm-ld/LLVMBuild.txt Fri Nov 11 16:59:39 2011
@@ -0,0 +1,23 @@
+;===- ./tools/llvm-ld/LLVMBuild.txt ----------------------------*- Conf -*--===;
+;
+;                     The LLVM Compiler Infrastructure
+;
+; This file is distributed under the University of Illinois Open Source
+; License. See LICENSE.TXT for details.
+;
+;===------------------------------------------------------------------------===;
+;
+; This is an LLVMBuild description file for the components in this subdirectory.
+;
+; For more information on the LLVMBuild system, please see:
+;
+;   http://llvm.org/docs/LLVMBuild.html
+;
+;===------------------------------------------------------------------------===;
+
+[component_0]
+type = Tool
+name = llvm-ld
+parent = Tools
+required_libraries = Archive BitWriter IPO Linker Scalar
+

Added: llvm/trunk/tools/llvm-link/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-link/LLVMBuild.txt?rev=144417&view=auto
==============================================================================
--- llvm/trunk/tools/llvm-link/LLVMBuild.txt (added)
+++ llvm/trunk/tools/llvm-link/LLVMBuild.txt Fri Nov 11 16:59:39 2011
@@ -0,0 +1,23 @@
+;===- ./tools/llvm-link/LLVMBuild.txt --------------------------*- Conf -*--===;
+;
+;                     The LLVM Compiler Infrastructure
+;
+; This file is distributed under the University of Illinois Open Source
+; License. See LICENSE.TXT for details.
+;
+;===------------------------------------------------------------------------===;
+;
+; This is an LLVMBuild description file for the components in this subdirectory.
+;
+; For more information on the LLVMBuild system, please see:
+;
+;   http://llvm.org/docs/LLVMBuild.html
+;
+;===------------------------------------------------------------------------===;
+
+[component_0]
+type = Tool
+name = llvm-link
+parent = Tools
+required_libraries = AsmParser BitReader BitWriter Linker
+

Added: llvm/trunk/tools/llvm-mc/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-mc/LLVMBuild.txt?rev=144417&view=auto
==============================================================================
--- llvm/trunk/tools/llvm-mc/LLVMBuild.txt (added)
+++ llvm/trunk/tools/llvm-mc/LLVMBuild.txt Fri Nov 11 16:59:39 2011
@@ -0,0 +1,23 @@
+;===- ./tools/llvm-mc/LLVMBuild.txt ----------------------------*- Conf -*--===;
+;
+;                     The LLVM Compiler Infrastructure
+;
+; This file is distributed under the University of Illinois Open Source
+; License. See LICENSE.TXT for details.
+;
+;===------------------------------------------------------------------------===;
+;
+; This is an LLVMBuild description file for the components in this subdirectory.
+;
+; For more information on the LLVMBuild system, please see:
+;
+;   http://llvm.org/docs/LLVMBuild.html
+;
+;===------------------------------------------------------------------------===;
+
+[component_0]
+type = Tool
+name = llvm-mc
+parent = Tools
+required_libraries = MC MCDisassembler MCParser Support all-targets
+

Added: llvm/trunk/tools/llvm-nm/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-nm/LLVMBuild.txt?rev=144417&view=auto
==============================================================================
--- llvm/trunk/tools/llvm-nm/LLVMBuild.txt (added)
+++ llvm/trunk/tools/llvm-nm/LLVMBuild.txt Fri Nov 11 16:59:39 2011
@@ -0,0 +1,23 @@
+;===- ./tools/llvm-nm/LLVMBuild.txt ----------------------------*- Conf -*--===;
+;
+;                     The LLVM Compiler Infrastructure
+;
+; This file is distributed under the University of Illinois Open Source
+; License. See LICENSE.TXT for details.
+;
+;===------------------------------------------------------------------------===;
+;
+; This is an LLVMBuild description file for the components in this subdirectory.
+;
+; For more information on the LLVMBuild system, please see:
+;
+;   http://llvm.org/docs/LLVMBuild.html
+;
+;===------------------------------------------------------------------------===;
+
+[component_0]
+type = Tool
+name = llvm-nm
+parent = Tools
+required_libraries = Archive BitReader Object
+

Added: llvm/trunk/tools/llvm-objdump/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-objdump/LLVMBuild.txt?rev=144417&view=auto
==============================================================================
--- llvm/trunk/tools/llvm-objdump/LLVMBuild.txt (added)
+++ llvm/trunk/tools/llvm-objdump/LLVMBuild.txt Fri Nov 11 16:59:39 2011
@@ -0,0 +1,23 @@
+;===- ./tools/llvm-objdump/LLVMBuild.txt -----------------------*- Conf -*--===;
+;
+;                     The LLVM Compiler Infrastructure
+;
+; This file is distributed under the University of Illinois Open Source
+; License. See LICENSE.TXT for details.
+;
+;===------------------------------------------------------------------------===;
+;
+; This is an LLVMBuild description file for the components in this subdirectory.
+;
+; For more information on the LLVMBuild system, please see:
+;
+;   http://llvm.org/docs/LLVMBuild.html
+;
+;===------------------------------------------------------------------------===;
+
+[component_0]
+type = Tool
+name = llvm-objdump
+parent = Tools
+required_libraries = DebugInfo MC MCDisassembler MCParser Object all-targets
+

Added: llvm/trunk/tools/llvm-prof/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-prof/LLVMBuild.txt?rev=144417&view=auto
==============================================================================
--- llvm/trunk/tools/llvm-prof/LLVMBuild.txt (added)
+++ llvm/trunk/tools/llvm-prof/LLVMBuild.txt Fri Nov 11 16:59:39 2011
@@ -0,0 +1,23 @@
+;===- ./tools/llvm-prof/LLVMBuild.txt --------------------------*- Conf -*--===;
+;
+;                     The LLVM Compiler Infrastructure
+;
+; This file is distributed under the University of Illinois Open Source
+; License. See LICENSE.TXT for details.
+;
+;===------------------------------------------------------------------------===;
+;
+; This is an LLVMBuild description file for the components in this subdirectory.
+;
+; For more information on the LLVMBuild system, please see:
+;
+;   http://llvm.org/docs/LLVMBuild.html
+;
+;===------------------------------------------------------------------------===;
+
+[component_0]
+type = Tool
+name = llvm-prof
+parent = Tools
+required_libraries = Analysis BitReader
+

Added: llvm/trunk/tools/llvm-ranlib/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-ranlib/LLVMBuild.txt?rev=144417&view=auto
==============================================================================
--- llvm/trunk/tools/llvm-ranlib/LLVMBuild.txt (added)
+++ llvm/trunk/tools/llvm-ranlib/LLVMBuild.txt Fri Nov 11 16:59:39 2011
@@ -0,0 +1,23 @@
+;===- ./tools/llvm-ranlib/LLVMBuild.txt ------------------------*- Conf -*--===;
+;
+;                     The LLVM Compiler Infrastructure
+;
+; This file is distributed under the University of Illinois Open Source
+; License. See LICENSE.TXT for details.
+;
+;===------------------------------------------------------------------------===;
+;
+; This is an LLVMBuild description file for the components in this subdirectory.
+;
+; For more information on the LLVMBuild system, please see:
+;
+;   http://llvm.org/docs/LLVMBuild.html
+;
+;===------------------------------------------------------------------------===;
+
+[component_0]
+type = Tool
+name = llvm-ranlib
+parent = Tools
+required_libraries = Archive
+

Added: llvm/trunk/tools/llvm-rtdyld/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-rtdyld/LLVMBuild.txt?rev=144417&view=auto
==============================================================================
--- llvm/trunk/tools/llvm-rtdyld/LLVMBuild.txt (added)
+++ llvm/trunk/tools/llvm-rtdyld/LLVMBuild.txt Fri Nov 11 16:59:39 2011
@@ -0,0 +1,23 @@
+;===- ./tools/llvm-rtdyld/LLVMBuild.txt ------------------------*- Conf -*--===;
+;
+;                     The LLVM Compiler Infrastructure
+;
+; This file is distributed under the University of Illinois Open Source
+; License. See LICENSE.TXT for details.
+;
+;===------------------------------------------------------------------------===;
+;
+; This is an LLVMBuild description file for the components in this subdirectory.
+;
+; For more information on the LLVMBuild system, please see:
+;
+;   http://llvm.org/docs/LLVMBuild.html
+;
+;===------------------------------------------------------------------------===;
+
+[component_0]
+type = Tool
+name = llvm-rtdyld
+parent = Tools
+required_libraries = JIT MC Object RuntimeDyld Support all-targets
+

Added: llvm/trunk/tools/llvm-size/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-size/LLVMBuild.txt?rev=144417&view=auto
==============================================================================
--- llvm/trunk/tools/llvm-size/LLVMBuild.txt (added)
+++ llvm/trunk/tools/llvm-size/LLVMBuild.txt Fri Nov 11 16:59:39 2011
@@ -0,0 +1,23 @@
+;===- ./tools/llvm-size/LLVMBuild.txt --------------------------*- Conf -*--===;
+;
+;                     The LLVM Compiler Infrastructure
+;
+; This file is distributed under the University of Illinois Open Source
+; License. See LICENSE.TXT for details.
+;
+;===------------------------------------------------------------------------===;
+;
+; This is an LLVMBuild description file for the components in this subdirectory.
+;
+; For more information on the LLVMBuild system, please see:
+;
+;   http://llvm.org/docs/LLVMBuild.html
+;
+;===------------------------------------------------------------------------===;
+
+[component_0]
+type = Tool
+name = llvm-size
+parent = Tools
+required_libraries = Object
+

Added: llvm/trunk/tools/llvm-stub/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-stub/LLVMBuild.txt?rev=144417&view=auto
==============================================================================
--- llvm/trunk/tools/llvm-stub/LLVMBuild.txt (added)
+++ llvm/trunk/tools/llvm-stub/LLVMBuild.txt Fri Nov 11 16:59:39 2011
@@ -0,0 +1,23 @@
+;===- ./tools/llvm-stub/LLVMBuild.txt --------------------------*- Conf -*--===;
+;
+;                     The LLVM Compiler Infrastructure
+;
+; This file is distributed under the University of Illinois Open Source
+; License. See LICENSE.TXT for details.
+;
+;===------------------------------------------------------------------------===;
+;
+; This is an LLVMBuild description file for the components in this subdirectory.
+;
+; For more information on the LLVMBuild system, please see:
+;
+;   http://llvm.org/docs/LLVMBuild.html
+;
+;===------------------------------------------------------------------------===;
+
+[component_0]
+type = Tool
+name = llvm-stub
+parent = Tools
+required_libraries = 
+

Added: llvm/trunk/tools/macho-dump/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/macho-dump/LLVMBuild.txt?rev=144417&view=auto
==============================================================================
--- llvm/trunk/tools/macho-dump/LLVMBuild.txt (added)
+++ llvm/trunk/tools/macho-dump/LLVMBuild.txt Fri Nov 11 16:59:39 2011
@@ -0,0 +1,23 @@
+;===- ./tools/macho-dump/LLVMBuild.txt -------------------------*- Conf -*--===;
+;
+;                     The LLVM Compiler Infrastructure
+;
+; This file is distributed under the University of Illinois Open Source
+; License. See LICENSE.TXT for details.
+;
+;===------------------------------------------------------------------------===;
+;
+; This is an LLVMBuild description file for the components in this subdirectory.
+;
+; For more information on the LLVMBuild system, please see:
+;
+;   http://llvm.org/docs/LLVMBuild.html
+;
+;===------------------------------------------------------------------------===;
+
+[component_0]
+type = Tool
+name = macho-dump
+parent = Tools
+required_libraries = Object Support
+

Added: llvm/trunk/tools/opt/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/opt/LLVMBuild.txt?rev=144417&view=auto
==============================================================================
--- llvm/trunk/tools/opt/LLVMBuild.txt (added)
+++ llvm/trunk/tools/opt/LLVMBuild.txt Fri Nov 11 16:59:39 2011
@@ -0,0 +1,23 @@
+;===- ./tools/opt/LLVMBuild.txt --------------------------------*- Conf -*--===;
+;
+;                     The LLVM Compiler Infrastructure
+;
+; This file is distributed under the University of Illinois Open Source
+; License. See LICENSE.TXT for details.
+;
+;===------------------------------------------------------------------------===;
+;
+; This is an LLVMBuild description file for the components in this subdirectory.
+;
+; For more information on the LLVMBuild system, please see:
+;
+;   http://llvm.org/docs/LLVMBuild.html
+;
+;===------------------------------------------------------------------------===;
+
+[component_0]
+type = Tool
+name = opt
+parent = Tools
+required_libraries = AsmParser BitReader BitWriter IPO Instrumentation Scalar
+





More information about the llvm-commits mailing list