MS asm: Properly handle quoted symbol names
[oota-llvm.git] / unittests / Bitcode / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   BitReader
3   BitWriter
4   Core
5   Support
6   )
7
8 add_llvm_unittest(BitcodeTests
9   BitReaderTest.cpp
10   )