Home | History | Annotate | Download | only in tools
      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-dwp
     32  llvm-extract
     33  llvm-jitlistener
     34  llvm-link
     35  llvm-lto
     36  llvm-mc
     37  llvm-mcmarkup
     38  llvm-nm
     39  llvm-objdump
     40  llvm-pdbdump
     41  llvm-profdata
     42  llvm-rtdyld
     43  llvm-size
     44  llvm-split
     45  opt
     46  verify-uselistorder
     47 
     48 [component_0]
     49 type = Group
     50 name = Tools
     51 parent = $ROOT
     52