• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set(LLVM_LINK_COMPONENTS
2  ObjectYAML
3  )
4
5add_llvm_unittest(ObjectYAMLTests
6  YAMLTest.cpp
7  )
8
9