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

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

Issue 932953002: Fix the NaCl bitstream reader to report fatal errors. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: Fix formatting. Created 5 years, 10 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 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 )
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698