Home | History | Annotate | Download | only in ObjectYAML
      1 set(LLVM_LINK_COMPONENTS
      2   ObjectYAML
      3   )
      4 
      5 add_llvm_unittest(ObjectYAMLTests
      6   YAMLTest.cpp
      7   )
      8 
      9