1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/unittests/Object/CMakeLists.txt
Sean Silva dbfeeb71d5 Make BinaryRef output correctly in case of empty data.
Previously, it would simply output nothing, but it should output an
empty string `""`.

llvm-svn: 185894
2013-07-09 00:54:46 +00:00

8 lines
88 B
CMake

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