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

Unified Diff: unittests/Bitcode/CMakeLists.txt

Issue 939073008: Rebased PNaCl localmods in LLVM to 223109 (Closed)
Patch Set: undo localmod 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
« no previous file with comments | « tools/pnacl-thaw/pnacl-thaw.cpp ('k') | unittests/Bitcode/Makefile » ('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 09cbcdc7284d25e9baa2ccdd91253ecdb13be5f7..0dd71872a384d2b770458a7a901fe949179381d7 100644
--- a/unittests/Bitcode/CMakeLists.txt
+++ b/unittests/Bitcode/CMakeLists.txt
@@ -2,6 +2,10 @@ set(LLVM_LINK_COMPONENTS
AsmParser
BitReader
BitWriter
+ NaClBitAnalysis
+ NaClBitTestUtils
+ NaClBitReader
+ NaClBitWriter
Core
Support
)
@@ -9,4 +13,12 @@ set(LLVM_LINK_COMPONENTS
add_llvm_unittest(BitcodeTests
BitReaderTest.cpp
BitstreamReaderTest.cpp
+ NaClAbbrevTrieTest.cpp
+ NaClBitReaderTest.cpp
+ NaClBitstreamReaderTest.cpp
+ NaClObjDumpTest.cpp
+ NaClObjDumpTypesTest.cpp
+ NaClParseTypesTest.cpp
+ NaClParseInstsTest.cpp
+ NaClTextFormatterTest.cpp
)
« no previous file with comments | « tools/pnacl-thaw/pnacl-thaw.cpp ('k') | unittests/Bitcode/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698