Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1662)

Side by Side Diff: unittests/Bitcode/CMakeLists.txt

Issue 1139673004: Harden writer of munged bitcode for fuzzing (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: Fix issues in last patch. Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 NaClAbbrevErrorTests.cpp
17 NaClAbbrevTrieTest.cpp 16 NaClAbbrevTrieTest.cpp
18 NaClBitReaderTest.cpp 17 NaClBitReaderTest.cpp
19 NaClBitstreamReaderTest.cpp 18 NaClBitstreamReaderTest.cpp
20 NaClCompressTests.cpp 19 NaClCompressTests.cpp
21 NaClMungedBitcodeTest.cpp 20 NaClMungedBitcodeTest.cpp
22 NaClMungedIoTest.cpp 21 NaClMungedIoTest.cpp
22 NaClMungedWriteErrorTests.cpp
23 NaClObjDumpTest.cpp 23 NaClObjDumpTest.cpp
24 NaClObjDumpTypesTest.cpp 24 NaClObjDumpTypesTest.cpp
25 NaClParseTypesTest.cpp 25 NaClParseTypesTest.cpp
26 NaClParseInstsTest.cpp 26 NaClParseInstsTest.cpp
27 NaClTextFormatterTest.cpp 27 NaClTextFormatterTest.cpp
28 ) 28 )
OLDNEW
« no previous file with comments | « lib/Bitcode/NaCl/TestUtils/NaClBitcodeMungeWriter.cpp ('k') | unittests/Bitcode/NaClAbbrevErrorTests.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698