mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-04 18:38:37 +00:00

It is only ever used by obj2yaml and yaml2obj. No point in linking it everywhere. llvm-svn: 262368
9 lines
97 B
CMake
9 lines
97 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
ObjectYAML
|
|
)
|
|
|
|
add_llvm_unittest(ObjectYAMLTests
|
|
YAMLTest.cpp
|
|
)
|
|
|