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

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 typo. 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
« no previous file with comments | « tools/pnacl-thaw/pnacl-thaw.cpp ('k') | unittests/Bitcode/NaClObjDumpTypesTest.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 NaClParseTypesTest.cpp
17 NaClTextFormatterTest.cpp 18 NaClTextFormatterTest.cpp
18 ) 19 )
OLDNEW
« no previous file with comments | « tools/pnacl-thaw/pnacl-thaw.cpp ('k') | unittests/Bitcode/NaClObjDumpTypesTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698