From b0c594fd422417e1e290da166b566c7bee74644b Mon Sep 17 00:00:00 2001
From: Daniel Dunbar <daniel@zuster.org>
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/CellSPU/LLVMBuild.txt | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'lib/Target/CellSPU')

diff --git a/lib/Target/CellSPU/LLVMBuild.txt b/lib/Target/CellSPU/LLVMBuild.txt
index 4071fa6..277620b 100644
--- a/lib/Target/CellSPU/LLVMBuild.txt
+++ b/lib/Target/CellSPU/LLVMBuild.txt
@@ -15,6 +15,9 @@
 ;
 ;===------------------------------------------------------------------------===;
 
+[common]
+subdirectories = MCTargetDesc TargetInfo
+
 [component_0]
 type = TargetGroup
 name = CellSPU
-- 
cgit v1.1