test/DebugInfo/ARM/prologue_end.ll references thumbv1, which is invalid.
[oota-llvm.git] / tools / LLVMBuild.txt
1 ;===- ./tools/LLVMBuild.txt ------------------------------------*- Conf -*--===;
2 ;
3 ;                     The LLVM Compiler Infrastructure
4 ;
5 ; This file is distributed under the University of Illinois Open Source
6 ; License. See LICENSE.TXT for details.
7 ;
8 ;===------------------------------------------------------------------------===;
9 ;
10 ; This is an LLVMBuild description file for the components in this subdirectory.
11 ;
12 ; For more information on the LLVMBuild system, please see:
13 ;
14 ;   http://llvm.org/docs/LLVMBuild.html
15 ;
16 ;===------------------------------------------------------------------------===;
17
18 [common]
19 subdirectories =
20  bugpoint
21  dsymutil
22  llc
23  lli
24  llvm-ar
25  llvm-as
26  llvm-bcanalyzer
27  llvm-cov
28  llvm-diff
29  llvm-dis
30  llvm-dwarfdump
31  llvm-extract
32  llvm-jitlistener
33  llvm-link
34  llvm-lto
35  llvm-mc
36  llvm-mcmarkup
37  llvm-nm
38  llvm-objdump
39  llvm-pdbdump
40  llvm-profdata
41  llvm-rtdyld
42  llvm-size
43  llvm-split
44  opt
45  verify-uselistorder
46
47 [component_0]
48 type = Group
49 name = Tools
50 parent = $ROOT