OLD | NEW |
1 set(LLVM_LINK_COMPONENTS | 1 set(LLVM_LINK_COMPONENTS |
2 AsmParser | 2 AsmParser |
3 BitReader | 3 BitReader |
4 BitWriter | 4 BitWriter |
5 NaClBitAnalysis | 5 NaClBitAnalysis |
6 NaClBitTestUtils | 6 NaClBitTestUtils |
7 NaClBitReader | 7 NaClBitReader |
8 NaClBitWriter | 8 NaClBitWriter |
9 Core | 9 Core |
10 Support | 10 Support |
11 ) | 11 ) |
12 | 12 |
13 add_llvm_unittest(BitcodeTests | 13 add_llvm_unittest(BitcodeTests |
14 BitReaderTest.cpp | 14 BitReaderTest.cpp |
15 BitstreamReaderTest.cpp | 15 BitstreamReaderTest.cpp |
16 NaClAbbrevTrieTest.cpp | 16 NaClAbbrevTrieTest.cpp |
17 NaClBitReaderTest.cpp | 17 NaClBitReaderTest.cpp |
18 NaClBitstreamReaderTest.cpp | 18 NaClBitstreamReaderTest.cpp |
19 NaClCompressTests.cpp | 19 NaClCompressTests.cpp |
20 NaClMungedBitcodeTest.cpp | 20 NaClMungedBitcodeTest.cpp |
21 NaClMungedIoTest.cpp | 21 NaClMungedIoTest.cpp |
| 22 NaClMungeTest.cpp |
22 NaClMungeWriteErrorTests.cpp | 23 NaClMungeWriteErrorTests.cpp |
23 NaClObjDumpTest.cpp | 24 NaClObjDumpTest.cpp |
24 NaClObjDumpTypesTest.cpp | 25 NaClObjDumpTypesTest.cpp |
25 NaClParseTypesTest.cpp | 26 NaClParseTypesTest.cpp |
26 NaClParseInstsTest.cpp | 27 NaClParseInstsTest.cpp |
27 NaClTextFormatterTest.cpp | 28 NaClTextFormatterTest.cpp |
28 ) | 29 ) |
OLD | NEW |