OSDN Git Service

[CallSiteSplitting] Report edge deletion to DomTreeUpdater
[android-x86/external-llvm.git] / unittests / TextAPI / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   TextAPI
3 )
4
5 add_llvm_unittest(TextAPITests
6   TextStubV1Tests.cpp
7   TextStubV2Tests.cpp
8 )