From b0c594fd422417e1e290da166b566c7bee74644b Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Mon, 12 Dec 2011 22:45:54 +0000 Subject: LLVMBuild: Introduce a common section which currently has a list of the subdirectories to traverse into. - Originally I wanted to avoid this and just autoscan, but this has one key flaw in that new subdirectories can not automatically trigger a rerun of the llvm-build tool. This is particularly a pain when switching back and forth between trees where one has added a subdirectory, as the dependencies will tend to be wrong. This will also eliminates FIXME implicitly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146436 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Hexagon/LLVMBuild.txt | 6 ++++-- lib/Target/Hexagon/TargetInfo/LLVMBuild.txt | 1 - 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'lib/Target/Hexagon') diff --git a/lib/Target/Hexagon/LLVMBuild.txt b/lib/Target/Hexagon/LLVMBuild.txt index a9524dbfb4..ed64aaa6d1 100644 --- a/lib/Target/Hexagon/LLVMBuild.txt +++ b/lib/Target/Hexagon/LLVMBuild.txt @@ -1,4 +1,4 @@ -;===- ./lib/Target/Hexagon/LLVMBuild.txt ----------------------*- Conf -*--===; +;===- ./lib/Target/Hexagon/LLVMBuild.txt -----------------------*- Conf -*--===; ; ; The LLVM Compiler Infrastructure ; @@ -15,6 +15,9 @@ ; ;===------------------------------------------------------------------------===; +[common] +subdirectories = TargetInfo + [component_0] type = TargetGroup name = Hexagon @@ -27,4 +30,3 @@ name = HexagonCodeGen parent = Hexagon required_libraries = AsmPrinter CodeGen Core HexagonInfo SelectionDAG Support Target MC add_to_library_groups = Hexagon - diff --git a/lib/Target/Hexagon/TargetInfo/LLVMBuild.txt b/lib/Target/Hexagon/TargetInfo/LLVMBuild.txt index b5d0972f15..7b87be3e05 100644 --- a/lib/Target/Hexagon/TargetInfo/LLVMBuild.txt +++ b/lib/Target/Hexagon/TargetInfo/LLVMBuild.txt @@ -21,4 +21,3 @@ name = HexagonInfo parent = Hexagon required_libraries = MC Support add_to_library_groups = Hexagon - -- cgit v1.2.3