llvm-6502/unittests/Object/CMakeLists.txt
Sean Silva 845e196a52 Make BinaryRef output correctly in case of empty data.
Previously, it would simply output nothing, but it should output an
empty string `""`.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185894 91177308-0d34-0410-b5e6-96231b3b80d8
2013-07-09 00:54:46 +00:00

8 lines
88 B
CMake

set(LLVM_LINK_COMPONENTS
object
)
add_llvm_unittest(ObjectTests
YAMLTest.cpp
)