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 | 8889bb08b89d0c9d4b846dc3da1609211c168d0f (patch) | |
| tree | f43f80c1bd4b661748543a76b118393763b61c51 /llvm/lib/Target/Hexagon/TargetInfo | |
| parent | 088f81b891ff28d71bac8a1425052ef8610b610b (diff) | |
| download | bcm5719-llvm-8889bb08b89d0c9d4b846dc3da1609211c168d0f.tar.gz bcm5719-llvm-8889bb08b89d0c9d4b846dc3da1609211c168d0f.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.
llvm-svn: 146436
Diffstat (limited to 'llvm/lib/Target/Hexagon/TargetInfo')
| -rw-r--r-- | llvm/lib/Target/Hexagon/TargetInfo/LLVMBuild.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/Hexagon/TargetInfo/LLVMBuild.txt b/llvm/lib/Target/Hexagon/TargetInfo/LLVMBuild.txt index b5d0972f15d..7b87be3e05a 100644 --- a/llvm/lib/Target/Hexagon/TargetInfo/LLVMBuild.txt +++ b/llvm/lib/Target/Hexagon/TargetInfo/LLVMBuild.txt @@ -21,4 +21,3 @@ name = HexagonInfo parent = Hexagon required_libraries = MC Support add_to_library_groups = Hexagon - |

