1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00
Rafael Espindola 12fd371a27 Move ObjectYAML code to a new library.
It is only ever used by obj2yaml and yaml2obj. No point in linking it
everywhere.

llvm-svn: 262368
2016-03-01 19:15:06 +00:00

9 lines
97 B
CMake

set(LLVM_LINK_COMPONENTS
ObjectYAML
)
add_llvm_unittest(ObjectYAMLTests
YAMLTest.cpp
)