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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/pnacl-thaw/pnacl-thaw.cpp ('k') | unittests/Bitcode/NaClObjDumpTypesTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: unittests/Bitcode/CMakeLists.txt
diff --git a/unittests/Bitcode/CMakeLists.txt b/unittests/Bitcode/CMakeLists.txt
index 935a58c9dc145f7081da73778b62180ea60a9185..e3873b254e64209f34a122a9eb2ddf4b1690a56f 100644
--- a/unittests/Bitcode/CMakeLists.txt
+++ b/unittests/Bitcode/CMakeLists.txt
@@ -14,5 +14,6 @@ add_llvm_unittest(BitcodeTests
NaClAbbrevTrieTest.cpp
NaClObjDumpTest.cpp
NaClObjDumpTypesTest.cpp
+ NaClParseTypesTest.cpp
NaClTextFormatterTest.cpp
)
« 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