[llvm-commits] [llvm] r143634 - in /llvm/trunk: ./ bindings/ docs/ examples/ lib/ lib/Analysis/ lib/Analysis/IPA/ lib/Archive/ lib/AsmParser/ lib/Bitcode/ lib/Bitcode/Reader/ lib/Bitcode/Writer/ lib/CodeGen/ lib/CodeGen/AsmPrinter/ lib/CodeGen/SelectionDAG/ lib/DebugInfo/ lib/ExecutionEngine/ lib/ExecutionEngine/Interpreter/ lib/ExecutionEngine/JIT/ lib/ExecutionEngine/MCJIT/ lib/ExecutionEngine/RuntimeDyld/ lib/Linker/ lib/MC/ lib/MC/MCDisassembler/ lib/MC/MCParser/ lib/Object/ lib/Support/ lib/TableGen/ lib/Target/ l...

Daniel Dunbar daniel at zuster.org
Thu Nov 3 11:53:19 PDT 2011


Author: ddunbar
Date: Thu Nov  3 13:53:17 2011
New Revision: 143634

URL: http://llvm.org/viewvc/llvm-project?rev=143634&view=rev
Log:
build: Add initial cut at LLVMBuild.txt files.

Added:
    llvm/trunk/LLVMBuild.txt
    llvm/trunk/bindings/LLVMBuild.txt
    llvm/trunk/docs/LLVMBuild.txt
    llvm/trunk/examples/LLVMBuild.txt
    llvm/trunk/lib/Analysis/IPA/LLVMBuild.txt
    llvm/trunk/lib/Analysis/LLVMBuild.txt
    llvm/trunk/lib/Archive/LLVMBuild.txt
    llvm/trunk/lib/AsmParser/LLVMBuild.txt
    llvm/trunk/lib/Bitcode/LLVMBuild.txt
    llvm/trunk/lib/Bitcode/Reader/LLVMBuild.txt
    llvm/trunk/lib/Bitcode/Writer/LLVMBuild.txt
    llvm/trunk/lib/CodeGen/AsmPrinter/LLVMBuild.txt
    llvm/trunk/lib/CodeGen/LLVMBuild.txt
    llvm/trunk/lib/CodeGen/SelectionDAG/LLVMBuild.txt
    llvm/trunk/lib/DebugInfo/LLVMBuild.txt
    llvm/trunk/lib/ExecutionEngine/Interpreter/LLVMBuild.txt
    llvm/trunk/lib/ExecutionEngine/JIT/LLVMBuild.txt
    llvm/trunk/lib/ExecutionEngine/LLVMBuild.txt
    llvm/trunk/lib/ExecutionEngine/MCJIT/LLVMBuild.txt
    llvm/trunk/lib/ExecutionEngine/RuntimeDyld/LLVMBuild.txt
    llvm/trunk/lib/LLVMBuild.txt
    llvm/trunk/lib/Linker/LLVMBuild.txt
    llvm/trunk/lib/MC/LLVMBuild.txt
    llvm/trunk/lib/MC/MCDisassembler/LLVMBuild.txt
    llvm/trunk/lib/MC/MCParser/LLVMBuild.txt
    llvm/trunk/lib/Object/LLVMBuild.txt
    llvm/trunk/lib/Support/LLVMBuild.txt
    llvm/trunk/lib/TableGen/LLVMBuild.txt
    llvm/trunk/lib/Target/ARM/AsmParser/LLVMBuild.txt
    llvm/trunk/lib/Target/ARM/Disassembler/LLVMBuild.txt
    llvm/trunk/lib/Target/ARM/InstPrinter/LLVMBuild.txt
    llvm/trunk/lib/Target/ARM/LLVMBuild.txt
    llvm/trunk/lib/Target/ARM/MCTargetDesc/LLVMBuild.txt
    llvm/trunk/lib/Target/ARM/TargetInfo/LLVMBuild.txt
    llvm/trunk/lib/Target/CBackend/LLVMBuild.txt
    llvm/trunk/lib/Target/CBackend/TargetInfo/LLVMBuild.txt
    llvm/trunk/lib/Target/CellSPU/LLVMBuild.txt
    llvm/trunk/lib/Target/CellSPU/MCTargetDesc/LLVMBuild.txt
    llvm/trunk/lib/Target/CellSPU/TargetInfo/LLVMBuild.txt
    llvm/trunk/lib/Target/CppBackend/LLVMBuild.txt
    llvm/trunk/lib/Target/CppBackend/TargetInfo/LLVMBuild.txt
    llvm/trunk/lib/Target/LLVMBuild.txt
    llvm/trunk/lib/Target/MBlaze/AsmParser/LLVMBuild.txt
    llvm/trunk/lib/Target/MBlaze/Disassembler/LLVMBuild.txt
    llvm/trunk/lib/Target/MBlaze/InstPrinter/LLVMBuild.txt
    llvm/trunk/lib/Target/MBlaze/LLVMBuild.txt
    llvm/trunk/lib/Target/MBlaze/MCTargetDesc/LLVMBuild.txt
    llvm/trunk/lib/Target/MBlaze/TargetInfo/LLVMBuild.txt
    llvm/trunk/lib/Target/MSP430/InstPrinter/LLVMBuild.txt
    llvm/trunk/lib/Target/MSP430/LLVMBuild.txt
    llvm/trunk/lib/Target/MSP430/MCTargetDesc/LLVMBuild.txt
    llvm/trunk/lib/Target/MSP430/TargetInfo/LLVMBuild.txt
    llvm/trunk/lib/Target/Mips/InstPrinter/LLVMBuild.txt
    llvm/trunk/lib/Target/Mips/LLVMBuild.txt
    llvm/trunk/lib/Target/Mips/MCTargetDesc/LLVMBuild.txt
    llvm/trunk/lib/Target/Mips/TargetInfo/LLVMBuild.txt
    llvm/trunk/lib/Target/PTX/InstPrinter/LLVMBuild.txt
    llvm/trunk/lib/Target/PTX/LLVMBuild.txt
    llvm/trunk/lib/Target/PTX/MCTargetDesc/LLVMBuild.txt
    llvm/trunk/lib/Target/PTX/TargetInfo/LLVMBuild.txt
    llvm/trunk/lib/Target/PowerPC/InstPrinter/LLVMBuild.txt
    llvm/trunk/lib/Target/PowerPC/LLVMBuild.txt
    llvm/trunk/lib/Target/PowerPC/MCTargetDesc/LLVMBuild.txt
    llvm/trunk/lib/Target/PowerPC/TargetInfo/LLVMBuild.txt
    llvm/trunk/lib/Target/Sparc/LLVMBuild.txt
    llvm/trunk/lib/Target/Sparc/MCTargetDesc/LLVMBuild.txt
    llvm/trunk/lib/Target/Sparc/TargetInfo/LLVMBuild.txt
    llvm/trunk/lib/Target/X86/AsmParser/LLVMBuild.txt
    llvm/trunk/lib/Target/X86/Disassembler/LLVMBuild.txt
    llvm/trunk/lib/Target/X86/InstPrinter/LLVMBuild.txt
    llvm/trunk/lib/Target/X86/LLVMBuild.txt
    llvm/trunk/lib/Target/X86/MCTargetDesc/LLVMBuild.txt
    llvm/trunk/lib/Target/X86/TargetInfo/LLVMBuild.txt
    llvm/trunk/lib/Target/X86/Utils/LLVMBuild.txt
    llvm/trunk/lib/Target/XCore/LLVMBuild.txt
    llvm/trunk/lib/Target/XCore/MCTargetDesc/LLVMBuild.txt
    llvm/trunk/lib/Target/XCore/TargetInfo/LLVMBuild.txt
    llvm/trunk/lib/Transforms/IPO/LLVMBuild.txt
    llvm/trunk/lib/Transforms/InstCombine/LLVMBuild.txt
    llvm/trunk/lib/Transforms/Instrumentation/LLVMBuild.txt
    llvm/trunk/lib/Transforms/LLVMBuild.txt
    llvm/trunk/lib/Transforms/Scalar/LLVMBuild.txt
    llvm/trunk/lib/Transforms/Utils/LLVMBuild.txt
    llvm/trunk/lib/VMCore/LLVMBuild.txt
    llvm/trunk/projects/LLVMBuild.txt
    llvm/trunk/runtime/LLVMBuild.txt
    llvm/trunk/tools/LLVMBuild.txt
    llvm/trunk/utils/LLVMBuild.txt
    llvm/trunk/utils/TableGen/LLVMBuild.txt

Added: llvm/trunk/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/LLVMBuild.txt (added)
+++ llvm/trunk/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,22 @@
+;===- ./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 = Group
+name = Miscellaneous
+parent = $ROOT
+

Added: llvm/trunk/bindings/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/bindings/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/bindings/LLVMBuild.txt (added)
+++ llvm/trunk/bindings/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,22 @@
+;===- ./bindings/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 = Group
+name = Bindings
+parent = $ROOT
+

Added: llvm/trunk/docs/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/docs/LLVMBuild.txt (added)
+++ llvm/trunk/docs/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,22 @@
+;===- ./docs/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 = Group
+name = Docs
+parent = $ROOT
+

Added: llvm/trunk/examples/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/examples/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/examples/LLVMBuild.txt (added)
+++ llvm/trunk/examples/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,22 @@
+;===- ./examples/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 = Group
+name = Examples
+parent = $ROOT
+

Added: llvm/trunk/lib/Analysis/IPA/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Analysis/IPA/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Analysis/IPA/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Analysis/IPA/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,24 @@
+;===- ./lib/Analysis/IPA/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 = Library
+name = IPA
+parent = Libraries
+library_name = ipa
+required_libraries = Analysis Core Support
+

Added: llvm/trunk/lib/Analysis/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Analysis/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Analysis/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Analysis/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,23 @@
+;===- ./lib/Analysis/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 = Library
+name = Analysis
+parent = Libraries
+required_libraries = Core Support Target
+

Added: llvm/trunk/lib/Archive/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Archive/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Archive/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Archive/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,23 @@
+;===- ./lib/Archive/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 = Library
+name = Archive
+parent = Libraries
+required_libraries = BitReader Core Support
+

Added: llvm/trunk/lib/AsmParser/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/AsmParser/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/AsmParser/LLVMBuild.txt (added)
+++ llvm/trunk/lib/AsmParser/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,23 @@
+;===- ./lib/AsmParser/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 = Library
+name = AsmParser
+parent = Libraries
+required_libraries = Core Support
+

Added: llvm/trunk/lib/Bitcode/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Bitcode/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Bitcode/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Bitcode/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,22 @@
+;===- ./lib/Bitcode/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 = Group
+name = Bitcode
+parent = Libraries
+

Added: llvm/trunk/lib/Bitcode/Reader/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Bitcode/Reader/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Bitcode/Reader/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Bitcode/Reader/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,23 @@
+;===- ./lib/Bitcode/Reader/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 = Library
+name = BitReader
+parent = Bitcode
+required_libraries = Core Support
+

Added: llvm/trunk/lib/Bitcode/Writer/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Bitcode/Writer/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Bitcode/Writer/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Bitcode/Writer/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,23 @@
+;===- ./lib/Bitcode/Writer/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 = Library
+name = BitWriter
+parent = Bitcode
+required_libraries = Core Support
+

Added: llvm/trunk/lib/CodeGen/AsmPrinter/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/LLVMBuild.txt (added)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,23 @@
+;===- ./lib/CodeGen/AsmPrinter/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 = Library
+name = AsmPrinter
+parent = Libraries
+required_libraries = Analysis CodeGen Core MC MCParser Support Target
+

Added: llvm/trunk/lib/CodeGen/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/CodeGen/LLVMBuild.txt (added)
+++ llvm/trunk/lib/CodeGen/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,23 @@
+;===- ./lib/CodeGen/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 = Library
+name = CodeGen
+parent = Libraries
+required_libraries = Analysis Core MC Scalar Support Target TransformUtils
+

Added: llvm/trunk/lib/CodeGen/SelectionDAG/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/CodeGen/SelectionDAG/LLVMBuild.txt (added)
+++ llvm/trunk/lib/CodeGen/SelectionDAG/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,23 @@
+;===- ./lib/CodeGen/SelectionDAG/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 = Library
+name = SelectionDAG
+parent = CodeGen
+required_libraries = Analysis CodeGen Core MC Support Target TransformUtils
+

Added: llvm/trunk/lib/DebugInfo/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/DebugInfo/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/DebugInfo/LLVMBuild.txt (added)
+++ llvm/trunk/lib/DebugInfo/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,23 @@
+;===- ./lib/DebugInfo/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 = Library
+name = DebugInfo
+parent = Libraries
+required_libraries = Support
+

Added: llvm/trunk/lib/ExecutionEngine/Interpreter/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/ExecutionEngine/Interpreter/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/ExecutionEngine/Interpreter/LLVMBuild.txt (added)
+++ llvm/trunk/lib/ExecutionEngine/Interpreter/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,23 @@
+;===- ./lib/ExecutionEngine/Interpreter/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 = Library
+name = Interpreter
+parent = ExecutionEngine
+required_libraries = CodeGen Core ExecutionEngine Support Target
+

Added: llvm/trunk/lib/ExecutionEngine/JIT/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/ExecutionEngine/JIT/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/ExecutionEngine/JIT/LLVMBuild.txt (added)
+++ llvm/trunk/lib/ExecutionEngine/JIT/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,23 @@
+;===- ./lib/ExecutionEngine/JIT/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 = Library
+name = JIT
+parent = ExecutionEngine
+required_libraries = CodeGen Core ExecutionEngine MC Support Target
+

Added: llvm/trunk/lib/ExecutionEngine/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/ExecutionEngine/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/ExecutionEngine/LLVMBuild.txt (added)
+++ llvm/trunk/lib/ExecutionEngine/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,23 @@
+;===- ./lib/ExecutionEngine/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 = Library
+name = ExecutionEngine
+parent = Libraries
+required_libraries = Core MC Support Target
+

Added: llvm/trunk/lib/ExecutionEngine/MCJIT/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/ExecutionEngine/MCJIT/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/ExecutionEngine/MCJIT/LLVMBuild.txt (added)
+++ llvm/trunk/lib/ExecutionEngine/MCJIT/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,23 @@
+;===- ./lib/ExecutionEngine/MCJIT/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 = Library
+name = MCJIT
+parent = ExecutionEngine
+required_libraries = Core ExecutionEngine RuntimeDyld Support Target
+

Added: llvm/trunk/lib/ExecutionEngine/RuntimeDyld/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/ExecutionEngine/RuntimeDyld/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/ExecutionEngine/RuntimeDyld/LLVMBuild.txt (added)
+++ llvm/trunk/lib/ExecutionEngine/RuntimeDyld/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,23 @@
+;===- ./lib/ExecutionEngine/RuntimeDyld/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 = Library
+name = RuntimeDyld
+parent = ExecutionEngine
+required_libraries = Object Support
+

Added: llvm/trunk/lib/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/LLVMBuild.txt (added)
+++ llvm/trunk/lib/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,22 @@
+;===- ./lib/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 = Group
+name = Libraries
+parent = $ROOT
+

Added: llvm/trunk/lib/Linker/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Linker/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Linker/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Linker/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,23 @@
+;===- ./lib/Linker/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 = Library
+name = Linker
+parent = Libraries
+required_libraries = Archive BitReader Core Support TransformUtils
+

Added: llvm/trunk/lib/MC/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/MC/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/MC/LLVMBuild.txt (added)
+++ llvm/trunk/lib/MC/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,23 @@
+;===- ./lib/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 = Library
+name = MC
+parent = Libraries
+required_libraries = Support
+

Added: llvm/trunk/lib/MC/MCDisassembler/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/MC/MCDisassembler/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/MC/MCDisassembler/LLVMBuild.txt (added)
+++ llvm/trunk/lib/MC/MCDisassembler/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,23 @@
+;===- ./lib/MC/MCDisassembler/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 = Library
+name = MCDisassembler
+parent = MC
+required_libraries = ARMAsmParser ARMDesc ARMDisassembler ARMInfo CBackendInfo CellSPUDesc CellSPUInfo CppBackendInfo MBlazeAsmParser MBlazeDesc MBlazeDisassembler MBlazeInfo MC MCParser MSP430Desc MSP430Info MipsDesc MipsInfo PTXDesc PTXInfo PowerPCDesc PowerPCInfo SparcDesc SparcInfo Support X86AsmParser X86Desc X86Disassembler X86Info XCoreDesc XCoreInfo
+

Added: llvm/trunk/lib/MC/MCParser/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/MC/MCParser/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/MC/MCParser/LLVMBuild.txt (added)
+++ llvm/trunk/lib/MC/MCParser/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,23 @@
+;===- ./lib/MC/MCParser/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 = Library
+name = MCParser
+parent = MC
+required_libraries = MC Support
+

Added: llvm/trunk/lib/Object/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Object/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Object/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Object/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,23 @@
+;===- ./lib/Object/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 = Library
+name = Object
+parent = Libraries
+required_libraries = Support
+

Added: llvm/trunk/lib/Support/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Support/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Support/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Support/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,22 @@
+;===- ./lib/Support/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 = Library
+name = Support
+parent = Libraries
+

Added: llvm/trunk/lib/TableGen/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/TableGen/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/TableGen/LLVMBuild.txt (added)
+++ llvm/trunk/lib/TableGen/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,23 @@
+;===- ./lib/TableGen/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 = Library
+name = TableGen
+parent = Libraries
+required_libraries = Support
+

Added: llvm/trunk/lib/Target/ARM/AsmParser/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/AsmParser/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/ARM/AsmParser/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/ARM/AsmParser/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,24 @@
+;===- ./lib/Target/ARM/AsmParser/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 = Library
+name = ARMAsmParser
+parent = ARM
+required_libraries = ARMDesc ARMInfo MC MCParser Support
+add_to_library_groups = ARM
+

Added: llvm/trunk/lib/Target/ARM/Disassembler/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/Disassembler/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/ARM/Disassembler/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/ARM/Disassembler/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,24 @@
+;===- ./lib/Target/ARM/Disassembler/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 = Library
+name = ARMDisassembler
+parent = ARM
+required_libraries = ARMDesc ARMInfo MC Support
+add_to_library_groups = ARM
+

Added: llvm/trunk/lib/Target/ARM/InstPrinter/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/InstPrinter/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/ARM/InstPrinter/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/ARM/InstPrinter/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,24 @@
+;===- ./lib/Target/ARM/InstPrinter/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 = Library
+name = ARMAsmPrinter
+parent = ARM
+required_libraries = MC Support
+add_to_library_groups = ARM
+

Added: llvm/trunk/lib/Target/ARM/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/ARM/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/ARM/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,30 @@
+;===- ./lib/Target/ARM/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 = LibraryGroup
+name = ARM
+parent = Target
+add_to_library_groups = all-targets
+
+[component_1]
+type = Library
+name = ARMCodeGen
+parent = ARM
+required_libraries = ARMAsmPrinter ARMDesc ARMInfo Analysis AsmPrinter CodeGen Core MC SelectionDAG Support Target
+add_to_library_groups = ARM
+

Added: llvm/trunk/lib/Target/ARM/MCTargetDesc/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/MCTargetDesc/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/ARM/MCTargetDesc/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/ARM/MCTargetDesc/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,24 @@
+;===- ./lib/Target/ARM/MCTargetDesc/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 = Library
+name = ARMDesc
+parent = ARM
+required_libraries = ARMAsmPrinter ARMInfo MC Support
+add_to_library_groups = ARM
+

Added: llvm/trunk/lib/Target/ARM/TargetInfo/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/TargetInfo/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/ARM/TargetInfo/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/ARM/TargetInfo/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,24 @@
+;===- ./lib/Target/ARM/TargetInfo/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 = Library
+name = ARMInfo
+parent = ARM
+required_libraries = MC Support
+add_to_library_groups = ARM
+

Added: llvm/trunk/lib/Target/CBackend/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/CBackend/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/CBackend/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/CBackend/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,31 @@
+;===- ./lib/Target/CBackend/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 = LibraryGroup
+name = CBackend
+parent = Target
+add_to_library_groups = all-targets
+
+[component_1]
+type = Library
+name = CBackendCodeGen
+parent = CBackend
+library_name = CBackend
+required_libraries = Analysis CBackendInfo CodeGen Core MC Scalar Support Target TransformUtils
+add_to_library_groups = CBackend
+

Added: llvm/trunk/lib/Target/CBackend/TargetInfo/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/CBackend/TargetInfo/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/CBackend/TargetInfo/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/CBackend/TargetInfo/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,24 @@
+;===- ./lib/Target/CBackend/TargetInfo/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 = Library
+name = CBackendInfo
+parent = CBackend
+required_libraries = MC Support
+add_to_library_groups = CBackend
+

Added: llvm/trunk/lib/Target/CellSPU/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/CellSPU/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/CellSPU/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/CellSPU/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,30 @@
+;===- ./lib/Target/CellSPU/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 = LibraryGroup
+name = CellSPU
+parent = Target
+add_to_library_groups = all-targets
+
+[component_1]
+type = Library
+name = CellSPUCodeGen
+parent = CellSPU
+required_libraries = AsmPrinter CellSPUDesc CellSPUInfo CodeGen Core MC SelectionDAG Support Target
+add_to_library_groups = CellSPU
+

Added: llvm/trunk/lib/Target/CellSPU/MCTargetDesc/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/CellSPU/MCTargetDesc/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/CellSPU/MCTargetDesc/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/CellSPU/MCTargetDesc/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,24 @@
+;===- ./lib/Target/CellSPU/MCTargetDesc/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 = Library
+name = CellSPUDesc
+parent = CellSPU
+required_libraries = CellSPUInfo MC Support
+add_to_library_groups = CellSPU
+

Added: llvm/trunk/lib/Target/CellSPU/TargetInfo/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/CellSPU/TargetInfo/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/CellSPU/TargetInfo/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/CellSPU/TargetInfo/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,24 @@
+;===- ./lib/Target/CellSPU/TargetInfo/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 = Library
+name = CellSPUInfo
+parent = CellSPU
+required_libraries = MC Support
+add_to_library_groups = CellSPU
+

Added: llvm/trunk/lib/Target/CppBackend/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/CppBackend/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/CppBackend/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/CppBackend/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,31 @@
+;===- ./lib/Target/CppBackend/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 = LibraryGroup
+name = CppBackend
+parent = Target
+add_to_library_groups = all-targets
+
+[component_1]
+type = Library
+name = CppBackendCodeGen
+parent = CppBackend
+library_name = CppBackend
+required_libraries = Core CppBackendInfo Support Target
+add_to_library_groups = CppBackend
+

Added: llvm/trunk/lib/Target/CppBackend/TargetInfo/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/CppBackend/TargetInfo/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/CppBackend/TargetInfo/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/CppBackend/TargetInfo/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,24 @@
+;===- ./lib/Target/CppBackend/TargetInfo/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 = Library
+name = CppBackendInfo
+parent = CppBackend
+required_libraries = MC Support
+add_to_library_groups = CppBackend
+

Added: llvm/trunk/lib/Target/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,40 @@
+;===- ./lib/Target/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 = Library
+name = Target
+parent = Libraries
+required_libraries = Core MC Support
+
+[component_1]
+type = LibraryGroup
+name = all-targets
+parent = Libraries
+
+[component_2]
+type = LibraryGroup
+name = native
+parent = Libraries
+required_libraries = X86
+
+[component_3]
+type = LibraryGroup
+name = nativecodegen
+parent = Libraries
+required_libraries = X86CodeGen
+

Added: llvm/trunk/lib/Target/MBlaze/AsmParser/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/MBlaze/AsmParser/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/MBlaze/AsmParser/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/MBlaze/AsmParser/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,24 @@
+;===- ./lib/Target/MBlaze/AsmParser/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 = Library
+name = MBlazeAsmParser
+parent = MBlaze
+required_libraries = MBlazeInfo MC MCParser Support
+add_to_library_groups = MBlaze
+

Added: llvm/trunk/lib/Target/MBlaze/Disassembler/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/MBlaze/Disassembler/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/MBlaze/Disassembler/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/MBlaze/Disassembler/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,24 @@
+;===- ./lib/Target/MBlaze/Disassembler/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 = Library
+name = MBlazeDisassembler
+parent = MBlaze
+required_libraries = MBlazeDesc MBlazeInfo MC Support
+add_to_library_groups = MBlaze
+

Added: llvm/trunk/lib/Target/MBlaze/InstPrinter/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/MBlaze/InstPrinter/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/MBlaze/InstPrinter/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/MBlaze/InstPrinter/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,24 @@
+;===- ./lib/Target/MBlaze/InstPrinter/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 = Library
+name = MBlazeAsmPrinter
+parent = MBlaze
+required_libraries = MC Support
+add_to_library_groups = MBlaze
+

Added: llvm/trunk/lib/Target/MBlaze/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/MBlaze/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/MBlaze/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/MBlaze/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,30 @@
+;===- ./lib/Target/MBlaze/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 = LibraryGroup
+name = MBlaze
+parent = Target
+add_to_library_groups = all-targets
+
+[component_1]
+type = Library
+name = MBlazeCodeGen
+parent = MBlaze
+required_libraries = AsmPrinter CodeGen Core MBlazeAsmPrinter MBlazeDesc MBlazeInfo MC SelectionDAG Support Target
+add_to_library_groups = MBlaze
+

Added: llvm/trunk/lib/Target/MBlaze/MCTargetDesc/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/MBlaze/MCTargetDesc/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/MBlaze/MCTargetDesc/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/MBlaze/MCTargetDesc/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,24 @@
+;===- ./lib/Target/MBlaze/MCTargetDesc/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 = Library
+name = MBlazeDesc
+parent = MBlaze
+required_libraries = MBlazeAsmPrinter MBlazeInfo MC Support
+add_to_library_groups = MBlaze
+

Added: llvm/trunk/lib/Target/MBlaze/TargetInfo/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/MBlaze/TargetInfo/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/MBlaze/TargetInfo/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/MBlaze/TargetInfo/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,24 @@
+;===- ./lib/Target/MBlaze/TargetInfo/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 = Library
+name = MBlazeInfo
+parent = MBlaze
+required_libraries = MC Support
+add_to_library_groups = MBlaze
+

Added: llvm/trunk/lib/Target/MSP430/InstPrinter/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/MSP430/InstPrinter/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/MSP430/InstPrinter/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/MSP430/InstPrinter/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,24 @@
+;===- ./lib/Target/MSP430/InstPrinter/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 = Library
+name = MSP430AsmPrinter
+parent = MSP430
+required_libraries = MC Support
+add_to_library_groups = MSP430
+

Added: llvm/trunk/lib/Target/MSP430/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/MSP430/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/MSP430/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/MSP430/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,30 @@
+;===- ./lib/Target/MSP430/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 = LibraryGroup
+name = MSP430
+parent = Target
+add_to_library_groups = all-targets
+
+[component_1]
+type = Library
+name = MSP430CodeGen
+parent = MSP430
+required_libraries = AsmPrinter CodeGen Core MC MSP430AsmPrinter MSP430Desc MSP430Info SelectionDAG Support Target
+add_to_library_groups = MSP430
+

Added: llvm/trunk/lib/Target/MSP430/MCTargetDesc/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/MSP430/MCTargetDesc/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/MSP430/MCTargetDesc/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/MSP430/MCTargetDesc/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,24 @@
+;===- ./lib/Target/MSP430/MCTargetDesc/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 = Library
+name = MSP430Desc
+parent = MSP430
+required_libraries = MC MSP430AsmPrinter MSP430Info Support
+add_to_library_groups = MSP430
+

Added: llvm/trunk/lib/Target/MSP430/TargetInfo/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/MSP430/TargetInfo/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/MSP430/TargetInfo/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/MSP430/TargetInfo/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,24 @@
+;===- ./lib/Target/MSP430/TargetInfo/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 = Library
+name = MSP430Info
+parent = MSP430
+required_libraries = MC Support
+add_to_library_groups = MSP430
+

Added: llvm/trunk/lib/Target/Mips/InstPrinter/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Mips/InstPrinter/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/Mips/InstPrinter/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/Mips/InstPrinter/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,24 @@
+;===- ./lib/Target/Mips/InstPrinter/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 = Library
+name = MipsAsmPrinter
+parent = Mips
+required_libraries = MC Support
+add_to_library_groups = Mips
+

Added: llvm/trunk/lib/Target/Mips/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Mips/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/Mips/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/Mips/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,30 @@
+;===- ./lib/Target/Mips/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 = LibraryGroup
+name = Mips
+parent = Target
+add_to_library_groups = all-targets
+
+[component_1]
+type = Library
+name = MipsCodeGen
+parent = Mips
+required_libraries = AsmPrinter CodeGen Core MC MipsAsmPrinter MipsDesc MipsInfo SelectionDAG Support Target
+add_to_library_groups = Mips
+

Added: llvm/trunk/lib/Target/Mips/MCTargetDesc/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Mips/MCTargetDesc/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/Mips/MCTargetDesc/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/Mips/MCTargetDesc/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,24 @@
+;===- ./lib/Target/Mips/MCTargetDesc/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 = Library
+name = MipsDesc
+parent = Mips
+required_libraries = MC MipsAsmPrinter MipsInfo Support
+add_to_library_groups = Mips
+

Added: llvm/trunk/lib/Target/Mips/TargetInfo/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Mips/TargetInfo/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/Mips/TargetInfo/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/Mips/TargetInfo/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,24 @@
+;===- ./lib/Target/Mips/TargetInfo/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 = Library
+name = MipsInfo
+parent = Mips
+required_libraries = MC Support
+add_to_library_groups = Mips
+

Added: llvm/trunk/lib/Target/PTX/InstPrinter/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/PTX/InstPrinter/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/PTX/InstPrinter/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/PTX/InstPrinter/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,24 @@
+;===- ./lib/Target/PTX/InstPrinter/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 = Library
+name = PTXAsmPrinter
+parent = PTX
+required_libraries = MC Support
+add_to_library_groups = PTX
+

Added: llvm/trunk/lib/Target/PTX/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/PTX/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/PTX/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/PTX/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,30 @@
+;===- ./lib/Target/PTX/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 = LibraryGroup
+name = PTX
+parent = Target
+add_to_library_groups = all-targets
+
+[component_1]
+type = Library
+name = PTXCodeGen
+parent = PTX
+required_libraries = Analysis AsmPrinter CodeGen Core MC PTXDesc PTXInfo Scalar SelectionDAG Support Target TransformUtils
+add_to_library_groups = PTX
+

Added: llvm/trunk/lib/Target/PTX/MCTargetDesc/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/PTX/MCTargetDesc/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/PTX/MCTargetDesc/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/PTX/MCTargetDesc/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,24 @@
+;===- ./lib/Target/PTX/MCTargetDesc/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 = Library
+name = PTXDesc
+parent = PTX
+required_libraries = MC PTXAsmPrinter PTXInfo Support
+add_to_library_groups = PTX
+

Added: llvm/trunk/lib/Target/PTX/TargetInfo/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/PTX/TargetInfo/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/PTX/TargetInfo/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/PTX/TargetInfo/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,24 @@
+;===- ./lib/Target/PTX/TargetInfo/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 = Library
+name = PTXInfo
+parent = PTX
+required_libraries = MC Support
+add_to_library_groups = PTX
+

Added: llvm/trunk/lib/Target/PowerPC/InstPrinter/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/PowerPC/InstPrinter/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/PowerPC/InstPrinter/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/PowerPC/InstPrinter/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,24 @@
+;===- ./lib/Target/PowerPC/InstPrinter/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 = Library
+name = PowerPCAsmPrinter
+parent = PowerPC
+required_libraries = MC Support
+add_to_library_groups = PowerPC
+

Added: llvm/trunk/lib/Target/PowerPC/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/PowerPC/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/PowerPC/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/PowerPC/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,30 @@
+;===- ./lib/Target/PowerPC/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 = LibraryGroup
+name = PowerPC
+parent = Target
+add_to_library_groups = all-targets
+
+[component_1]
+type = Library
+name = PowerPCCodeGen
+parent = PowerPC
+required_libraries = Analysis AsmPrinter CodeGen Core MC PowerPCAsmPrinter PowerPCDesc PowerPCInfo SelectionDAG Support Target
+add_to_library_groups = PowerPC
+

Added: llvm/trunk/lib/Target/PowerPC/MCTargetDesc/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/PowerPC/MCTargetDesc/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/PowerPC/MCTargetDesc/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/PowerPC/MCTargetDesc/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,24 @@
+;===- ./lib/Target/PowerPC/MCTargetDesc/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 = Library
+name = PowerPCDesc
+parent = PowerPC
+required_libraries = MC PowerPCAsmPrinter PowerPCInfo Support
+add_to_library_groups = PowerPC
+

Added: llvm/trunk/lib/Target/PowerPC/TargetInfo/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/PowerPC/TargetInfo/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/PowerPC/TargetInfo/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/PowerPC/TargetInfo/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,24 @@
+;===- ./lib/Target/PowerPC/TargetInfo/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 = Library
+name = PowerPCInfo
+parent = PowerPC
+required_libraries = MC Support
+add_to_library_groups = PowerPC
+

Added: llvm/trunk/lib/Target/Sparc/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Sparc/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/Sparc/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/Sparc/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,30 @@
+;===- ./lib/Target/Sparc/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 = LibraryGroup
+name = Sparc
+parent = Target
+add_to_library_groups = all-targets
+
+[component_1]
+type = Library
+name = SparcCodeGen
+parent = Sparc
+required_libraries = AsmPrinter CodeGen Core MC SelectionDAG SparcDesc SparcInfo Support Target
+add_to_library_groups = Sparc
+

Added: llvm/trunk/lib/Target/Sparc/MCTargetDesc/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Sparc/MCTargetDesc/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/Sparc/MCTargetDesc/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/Sparc/MCTargetDesc/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,24 @@
+;===- ./lib/Target/Sparc/MCTargetDesc/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 = Library
+name = SparcDesc
+parent = Sparc
+required_libraries = MC SparcInfo Support
+add_to_library_groups = Sparc
+

Added: llvm/trunk/lib/Target/Sparc/TargetInfo/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Sparc/TargetInfo/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/Sparc/TargetInfo/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/Sparc/TargetInfo/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,24 @@
+;===- ./lib/Target/Sparc/TargetInfo/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 = Library
+name = SparcInfo
+parent = Sparc
+required_libraries = MC Support
+add_to_library_groups = Sparc
+

Added: llvm/trunk/lib/Target/X86/AsmParser/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/AsmParser/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/X86/AsmParser/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/X86/AsmParser/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,24 @@
+;===- ./lib/Target/X86/AsmParser/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 = Library
+name = X86AsmParser
+parent = X86
+required_libraries = MC MCParser Support X86Desc X86Info
+add_to_library_groups = X86
+

Added: llvm/trunk/lib/Target/X86/Disassembler/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/Disassembler/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/X86/Disassembler/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/X86/Disassembler/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,24 @@
+;===- ./lib/Target/X86/Disassembler/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 = Library
+name = X86Disassembler
+parent = X86
+required_libraries = MC Support X86Info
+add_to_library_groups = X86
+

Added: llvm/trunk/lib/Target/X86/InstPrinter/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/InstPrinter/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/X86/InstPrinter/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/X86/InstPrinter/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,24 @@
+;===- ./lib/Target/X86/InstPrinter/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 = Library
+name = X86AsmPrinter
+parent = X86
+required_libraries = MC Support X86Utils
+add_to_library_groups = X86
+

Added: llvm/trunk/lib/Target/X86/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/X86/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/X86/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,30 @@
+;===- ./lib/Target/X86/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 = LibraryGroup
+name = X86
+parent = Target
+add_to_library_groups = all-targets
+
+[component_1]
+type = Library
+name = X86CodeGen
+parent = X86
+required_libraries = Analysis AsmPrinter CodeGen Core MC SelectionDAG Support Target X86AsmPrinter X86Desc X86Info X86Utils
+add_to_library_groups = X86
+

Added: llvm/trunk/lib/Target/X86/MCTargetDesc/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/MCTargetDesc/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/X86/MCTargetDesc/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/X86/MCTargetDesc/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,24 @@
+;===- ./lib/Target/X86/MCTargetDesc/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 = Library
+name = X86Desc
+parent = X86
+required_libraries = MC Support X86AsmPrinter X86Info
+add_to_library_groups = X86
+

Added: llvm/trunk/lib/Target/X86/TargetInfo/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/TargetInfo/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/X86/TargetInfo/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/X86/TargetInfo/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,24 @@
+;===- ./lib/Target/X86/TargetInfo/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 = Library
+name = X86Info
+parent = X86
+required_libraries = MC Support
+add_to_library_groups = X86
+

Added: llvm/trunk/lib/Target/X86/Utils/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/Utils/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/X86/Utils/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/X86/Utils/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,24 @@
+;===- ./lib/Target/X86/Utils/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 = Library
+name = X86Utils
+parent = X86
+required_libraries = Core Support
+add_to_library_groups = X86
+

Added: llvm/trunk/lib/Target/XCore/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/XCore/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/XCore/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/XCore/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,30 @@
+;===- ./lib/Target/XCore/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 = LibraryGroup
+name = XCore
+parent = Target
+add_to_library_groups = all-targets
+
+[component_1]
+type = Library
+name = XCoreCodeGen
+parent = XCore
+required_libraries = AsmPrinter CodeGen Core MC SelectionDAG Support Target XCoreDesc XCoreInfo
+add_to_library_groups = XCore
+

Added: llvm/trunk/lib/Target/XCore/MCTargetDesc/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/XCore/MCTargetDesc/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/XCore/MCTargetDesc/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/XCore/MCTargetDesc/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,24 @@
+;===- ./lib/Target/XCore/MCTargetDesc/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 = Library
+name = XCoreDesc
+parent = XCore
+required_libraries = MC Support XCoreInfo
+add_to_library_groups = XCore
+

Added: llvm/trunk/lib/Target/XCore/TargetInfo/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/XCore/TargetInfo/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Target/XCore/TargetInfo/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Target/XCore/TargetInfo/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,24 @@
+;===- ./lib/Target/XCore/TargetInfo/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 = Library
+name = XCoreInfo
+parent = XCore
+required_libraries = MC Support
+add_to_library_groups = XCore
+

Added: llvm/trunk/lib/Transforms/IPO/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/IPO/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Transforms/IPO/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Transforms/IPO/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,24 @@
+;===- ./lib/Transforms/IPO/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 = Library
+name = IPO
+parent = Transforms
+library_name = ipo
+required_libraries = Analysis Core InstCombine Scalar Support Target TransformUtils IPA
+

Added: llvm/trunk/lib/Transforms/InstCombine/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/InstCombine/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Transforms/InstCombine/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Transforms/InstCombine/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,23 @@
+;===- ./lib/Transforms/InstCombine/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 = Library
+name = InstCombine
+parent = Transforms
+required_libraries = Analysis Core Support Target TransformUtils
+

Added: llvm/trunk/lib/Transforms/Instrumentation/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Instrumentation/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Transforms/Instrumentation/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Transforms/Instrumentation/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,23 @@
+;===- ./lib/Transforms/Instrumentation/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 = Library
+name = Instrumentation
+parent = Transforms
+required_libraries = Analysis Core Support TransformUtils
+

Added: llvm/trunk/lib/Transforms/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Transforms/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Transforms/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,22 @@
+;===- ./lib/Transforms/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 = Group
+name = Transforms
+parent = Libraries
+

Added: llvm/trunk/lib/Transforms/Scalar/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Scalar/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Transforms/Scalar/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Transforms/Scalar/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,24 @@
+;===- ./lib/Transforms/Scalar/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 = Library
+name = Scalar
+parent = Transforms
+library_name = ScalarOpts
+required_libraries = Analysis Core InstCombine Support Target TransformUtils
+

Added: llvm/trunk/lib/Transforms/Utils/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Utils/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/Transforms/Utils/LLVMBuild.txt (added)
+++ llvm/trunk/lib/Transforms/Utils/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,23 @@
+;===- ./lib/Transforms/Utils/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 = Library
+name = TransformUtils
+parent = Transforms
+required_libraries = Analysis Core Support Target IPA
+

Added: llvm/trunk/lib/VMCore/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/VMCore/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/lib/VMCore/LLVMBuild.txt (added)
+++ llvm/trunk/lib/VMCore/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,23 @@
+;===- ./lib/VMCore/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 = Library
+name = Core
+parent = Libraries
+required_libraries = Support
+

Added: llvm/trunk/projects/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/projects/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/projects/LLVMBuild.txt (added)
+++ llvm/trunk/projects/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,22 @@
+;===- ./projects/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 = Group
+name = Projects
+parent = $ROOT
+

Added: llvm/trunk/runtime/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/runtime/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/runtime/LLVMBuild.txt (added)
+++ llvm/trunk/runtime/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,22 @@
+;===- ./runtime/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 = Group
+name = Runtime
+parent = $ROOT
+

Added: llvm/trunk/tools/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/tools/LLVMBuild.txt (added)
+++ llvm/trunk/tools/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,22 @@
+;===- ./tools/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 = Group
+name = Tools
+parent = $ROOT
+

Added: llvm/trunk/utils/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/utils/LLVMBuild.txt (added)
+++ llvm/trunk/utils/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,27 @@
+;===- ./utils/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 = Group
+name = BuildTools
+parent = $ROOT
+
+[component_1]
+type = Group
+name = UtilityTools
+parent = $ROOT
+

Added: llvm/trunk/utils/TableGen/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/LLVMBuild.txt?rev=143634&view=auto
==============================================================================
--- llvm/trunk/utils/TableGen/LLVMBuild.txt (added)
+++ llvm/trunk/utils/TableGen/LLVMBuild.txt Thu Nov  3 13:53:17 2011
@@ -0,0 +1,23 @@
+;===- ./utils/TableGen/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 = BuildTool
+name = tblgen
+parent = BuildTools
+required_libraries = TableGen Support
+





More information about the llvm-commits mailing list