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

Unified Diff: unittests/Bitcode/CMakeLists.txt

Issue 1139673004: Harden writer of munged bitcode for fuzzing (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: Fix issues in last patch. Created 5 years, 7 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
« no previous file with comments | « lib/Bitcode/NaCl/TestUtils/NaClBitcodeMungeWriter.cpp ('k') | unittests/Bitcode/NaClAbbrevErrorTests.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 5d152b736e53cee0a9447d0cddb41abbdcc9d60a..745d2e01366fdaf1a9008c61dcc8d53c0193ed77 100644
--- a/unittests/Bitcode/CMakeLists.txt
+++ b/unittests/Bitcode/CMakeLists.txt
@@ -13,13 +13,13 @@ set(LLVM_LINK_COMPONENTS
add_llvm_unittest(BitcodeTests
BitReaderTest.cpp
BitstreamReaderTest.cpp
- NaClAbbrevErrorTests.cpp
NaClAbbrevTrieTest.cpp
NaClBitReaderTest.cpp
NaClBitstreamReaderTest.cpp
NaClCompressTests.cpp
NaClMungedBitcodeTest.cpp
NaClMungedIoTest.cpp
+ NaClMungedWriteErrorTests.cpp
NaClObjDumpTest.cpp
NaClObjDumpTypesTest.cpp
NaClParseTypesTest.cpp
« no previous file with comments | « lib/Bitcode/NaCl/TestUtils/NaClBitcodeMungeWriter.cpp ('k') | unittests/Bitcode/NaClAbbrevErrorTests.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698