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

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

Issue 770853002: Fix error reporting in the PNaCl bitcode reader. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: Fix issues and add test case. Created 6 years 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 NaClAbbrevTrieTest.cpp 14 NaClAbbrevTrieTest.cpp
15 NaClObjDumpTest.cpp 15 NaClObjDumpTest.cpp
16 NaClObjDumpTypesTest.cpp 16 NaClObjDumpTypesTest.cpp
17 NaClParseDumpTypesTest.cpp
jvoung (off chromium) 2014/12/03 19:43:46 File is actually "NaClParseTypesTest.cpp"?
Karl 2014/12/03 20:53:44 Yes. Fixed.
17 NaClTextFormatterTest.cpp 18 NaClTextFormatterTest.cpp
18 ) 19 )
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698