R600/SI: Remove unnecessary VALU patterns
[oota-llvm.git] / unittests / Linker / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   core
3   linker
4   )
5
6 set(LinkerSources
7   LinkModulesTest.cpp
8   )
9
10 add_llvm_unittest(LinkerTests
11   ${LinkerSources}
12   )