comparison unittests/MI/CMakeLists.txt @ 120:1172e4bd9c6f

update 4.0.0
author mir3636
date Fri, 25 Nov 2016 19:14:25 +0900
parents
children
comparison
equal deleted inserted replaced
101:34baf5011add 120:1172e4bd9c6f
1 set(LLVM_LINK_COMPONENTS
2 ${LLVM_TARGETS_TO_BUILD}
3 CodeGen
4 Core
5 MC
6 MIRParser
7 Support
8 Target
9 )
10
11 add_llvm_unittest(MITests
12 LiveIntervalTest.cpp
13 )