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

Unified Diff: src/Makefile

Issue 937283002: Subzero makefile changes for linking a static llvm2ice nexe w/ LLVM build sys. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: rebase 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 | « Makefile.standalone ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/Makefile
diff --git a/src/Makefile b/src/Makefile
index 6f6d08549267397a54435da1495e279fcf056a97..ebccd543d7c811b1621a13860735af5eeccf1759 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2,7 +2,7 @@
SUBZERO_LEVEL := ..
TOOLNAME := pnacl-sz
-LINK_COMPONENTS := support
+LINK_COMPONENTS := bitreader naclbitreader irreader naclanalysis nacltransforms support
# This tool has no plugins, optimize startup time.
TOOL_NO_EXPORTS := 1
@@ -10,4 +10,3 @@ TOOL_NO_EXPORTS := 1
include $(SUBZERO_LEVEL)/../../Makefile.config
include $(SUBZERO_LEVEL)/Makefile
-
« no previous file with comments | « Makefile.standalone ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698