mirror of
https://github.com/RPCS3/llvm.git
synced 2025-05-23 13:56:06 +00:00

It is only ever used by obj2yaml and yaml2obj. No point in linking it everywhere. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@262368 91177308-0d34-0410-b5e6-96231b3b80d8
9 lines
97 B
CMake
9 lines
97 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
ObjectYAML
|
|
)
|
|
|
|
add_llvm_unittest(ObjectYAMLTests
|
|
YAMLTest.cpp
|
|
)
|
|
|