OLD | NEW |
1 set(LLVM_LINK_COMPONENTS | 1 set(LLVM_LINK_COMPONENTS |
2 BitReader | 2 BitReader |
3 BitWriter | 3 BitWriter |
4 NaClBitAnalysis | 4 NaClBitAnalysis |
5 NaClBitTestUtils | 5 NaClBitTestUtils |
6 NaClBitReader | 6 NaClBitReader |
7 NaClBitWriter | 7 NaClBitWriter |
8 Core | 8 Core |
9 Support | 9 Support |
10 ) | 10 ) |
11 | 11 |
12 add_llvm_unittest(BitcodeTests | 12 add_llvm_unittest(BitcodeTests |
13 BitReaderTest.cpp | 13 BitReaderTest.cpp |
14 NaClBitReaderTest.cpp | 14 NaClBitReaderTest.cpp |
15 NaClAbbrevTrieTest.cpp | 15 NaClAbbrevTrieTest.cpp |
16 NaClBitstreamReaderTest.cpp | 16 NaClBitstreamReaderTest.cpp |
17 NaClObjDumpTest.cpp | 17 NaClObjDumpTest.cpp |
18 NaClObjDumpTypesTest.cpp | 18 NaClObjDumpTypesTest.cpp |
| 19 NaClOtherParseTest.cpp |
19 NaClParseTypesTest.cpp | 20 NaClParseTypesTest.cpp |
20 NaClParseInstsTest.cpp | 21 NaClParseInstsTest.cpp |
21 NaClTextFormatterTest.cpp | 22 NaClTextFormatterTest.cpp |
22 ) | 23 ) |
OLD | NEW |