diff options
author | Daniel Dunbar <daniel@zuster.org> | 2011-12-12 22:45:54 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2011-12-12 22:45:54 +0000 |
commit | b0c594fd422417e1e290da166b566c7bee74644b (patch) | |
tree | c6b17c7e80638ee189e5fe72f1b8ff9ef22b8b38 /lib/Target/Sparc/LLVMBuild.txt | |
parent | 54d8c7fc0359cf9a0b857d27ea6816ea6b050281 (diff) | |
download | external_llvm-b0c594fd422417e1e290da166b566c7bee74644b.tar.gz external_llvm-b0c594fd422417e1e290da166b566c7bee74644b.tar.bz2 external_llvm-b0c594fd422417e1e290da166b566c7bee74644b.zip |
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
Diffstat (limited to 'lib/Target/Sparc/LLVMBuild.txt')
-rw-r--r-- | lib/Target/Sparc/LLVMBuild.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Target/Sparc/LLVMBuild.txt b/lib/Target/Sparc/LLVMBuild.txt index 320ba839a9..fe20d2f4bd 100644 --- a/lib/Target/Sparc/LLVMBuild.txt +++ b/lib/Target/Sparc/LLVMBuild.txt @@ -15,6 +15,9 @@ ; ;===------------------------------------------------------------------------===; +[common] +subdirectories = MCTargetDesc TargetInfo + [component_0] type = TargetGroup name = Sparc |