[InstCombine] Signed saturation patterns
[llvm-core.git] / unittests / Linker / CMakeLists.txt
blobe94f4be8a2e9dcbf024f4de368737e8b2e2ecf91
1 set(LLVM_LINK_COMPONENTS
2   AsmParser
3   core
4   linker
5   )
7 add_llvm_unittest(LinkerTests
8   LinkModulesTest.cpp
9   )