mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-13 14:46:53 +00:00
18903ff9fb
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
|
|
)
|
|
|