The hazard recognizer only needs a subtarget, not a target machine
[oota-llvm.git] / unittests / Object / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   Object
3   Support
4   )
5
6 add_llvm_unittest(ObjectTests
7   StringTableBuilderTest.cpp
8   YAMLTest.cpp
9   )