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

Unified Diff: unittests/Bitcode/Makefile

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 | « unittests/Bitcode/CMakeLists.txt ('k') | unittests/Bitcode/NaClAbbrevTrieTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: unittests/Bitcode/Makefile
diff --git a/unittests/Bitcode/Makefile b/unittests/Bitcode/Makefile
index 33b09b914b56308bd36a9a115a065a119d05f9bc..58c7328b19ffd7441b66ddbc3d9684879276ad24 100644
--- a/unittests/Bitcode/Makefile
+++ b/unittests/Bitcode/Makefile
@@ -9,7 +9,8 @@
LEVEL = ../..
TESTNAME = Bitcode
-LINK_COMPONENTS := AsmParser BitReader BitWriter Core Support
+LINK_COMPONENTS := AsmParser BitReader BitWriter Core Support \
+ NaClBitReader NaClBitWriter NaClBitAnalysis NaClBitTestUtils
include $(LEVEL)/Makefile.config
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
« no previous file with comments | « unittests/Bitcode/CMakeLists.txt ('k') | unittests/Bitcode/NaClAbbrevTrieTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698