Allow the code which returns the length for inline assembler to know
[oota-llvm.git] / unittests / Object / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   object
3   )
4
5 add_llvm_unittest(ObjectTests
6   YAMLTest.cpp
7   )