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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: unittests/Bitcode/CMakeLists.txt
diff --git a/unittests/Bitcode/CMakeLists.txt b/unittests/Bitcode/CMakeLists.txt
index 82d42ba72ca5faea49173a92bd839c749bd227ed..c2d110773f0a6889f55d7f0e677546493d77d475 100644
--- a/unittests/Bitcode/CMakeLists.txt
+++ b/unittests/Bitcode/CMakeLists.txt
@@ -16,6 +16,7 @@ add_llvm_unittest(BitcodeTests
NaClBitstreamReaderTest.cpp
NaClObjDumpTest.cpp
NaClObjDumpTypesTest.cpp
+ NaClOtherParseTest.cpp
NaClParseTypesTest.cpp
NaClParseInstsTest.cpp
NaClTextFormatterTest.cpp

Powered by Google App Engine
This is Rietveld 408576698