comparison test/CMakeLists.txt @ 100:7d135dc70f03 LLVM 3.9

LLVM 3.9
author Miyagi Mitsuki <e135756@ie.u-ryukyu.ac.jp>
date Tue, 26 Jan 2016 22:53:40 +0900
parents afa8332a0e37
children 1172e4bd9c6f
comparison
equal deleted inserted replaced
96:6418606d0ead 100:7d135dc70f03
17 endif() 17 endif()
18 18
19 # Set the depends list as a variable so that it can grow conditionally. 19 # Set the depends list as a variable so that it can grow conditionally.
20 # NOTE: Sync the substitutions in test/lit.cfg when adding to this list. 20 # NOTE: Sync the substitutions in test/lit.cfg when adding to this list.
21 set(LLVM_TEST_DEPENDS 21 set(LLVM_TEST_DEPENDS
22 llvm-config 22 BugpointPasses
23 FileCheck
24 LLVMHello
23 UnitTests 25 UnitTests
24 BugpointPasses
25 LLVMHello
26 bugpoint 26 bugpoint
27 count
27 llc 28 llc
28 lli 29 lli
29 lli-child-target 30 lli-child-target
30 llvm-ar 31 llvm-ar
31 llvm-as 32 llvm-as
32 llvm-bcanalyzer 33 llvm-bcanalyzer
33 llvm-c-test 34 llvm-c-test
35 llvm-config
34 llvm-cov 36 llvm-cov
35 llvm-cxxdump 37 llvm-cxxdump
36 llvm-diff 38 llvm-diff
37 llvm-dis 39 llvm-dis
38 llvm-dsymutil 40 llvm-dsymutil
39 llvm-dwarfdump 41 llvm-dwarfdump
42 llvm-dwp
40 llvm-extract 43 llvm-extract
41 llvm-lib 44 llvm-lib
42 llvm-link 45 llvm-link
43 llvm-lto 46 llvm-lto
44 llvm-mc 47 llvm-mc
45 llvm-mcmarkup 48 llvm-mcmarkup
46 llvm-nm 49 llvm-nm
47 llvm-objdump 50 llvm-objdump
51 llvm-pdbdump
48 llvm-profdata 52 llvm-profdata
49 llvm-ranlib 53 llvm-ranlib
50 llvm-readobj 54 llvm-readobj
51 llvm-rtdyld 55 llvm-rtdyld
52 llvm-size 56 llvm-size
53 llvm-split 57 llvm-split
54 llvm-symbolizer 58 llvm-symbolizer
55 llvm-tblgen 59 llvm-tblgen
60 not
61 obj2yaml
56 opt 62 opt
57 FileCheck 63 sancov
58 count 64 sanstats
59 not 65 verify-uselistorder
60 yaml-bench 66 yaml-bench
61 yaml2obj 67 yaml2obj
62 obj2yaml
63 verify-uselistorder
64 ) 68 )
65 69
66 # If Intel JIT events are supported, depend on a tool that tests the listener. 70 # If Intel JIT events are supported, depend on a tool that tests the listener.
67 if( LLVM_USE_INTEL_JITEVENTS ) 71 if( LLVM_USE_INTEL_JITEVENTS )
68 set(LLVM_TEST_DEPENDS ${LLVM_TEST_DEPENDS} llvm-jitlistener) 72 set(LLVM_TEST_DEPENDS ${LLVM_TEST_DEPENDS} llvm-jitlistener)