• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set(LLVM_LINK_COMPONENTS
2  BitstreamReader
3  )
4
5add_llvm_unittest(BitstreamTests
6  BitstreamReaderTest.cpp
7  BitstreamWriterTest.cpp
8  )
9