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

Unified Diff: Makefile.standalone

Issue 361733002: Update Subzero to start parsing PNaCl bitcode files. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix issues raised by Jan in patch set 1. Created 6 years, 6 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 | « no previous file | src/IceClFlags.h » ('j') | src/IceTranslator.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile.standalone
diff --git a/Makefile.standalone b/Makefile.standalone
index b65e64833f7bf7c7579854c0f69fbd22180f9005..69b87b7cebe2110ef19960ed66d2f06e932baa3f 100644
--- a/Makefile.standalone
+++ b/Makefile.standalone
@@ -46,8 +46,10 @@ SRCS= \
IceRegAlloc.cpp \
IceTargetLowering.cpp \
IceTargetLoweringX8632.cpp \
+ IceTranslator.cpp \
IceTypes.cpp \
- llvm2ice.cpp
+ llvm2ice.cpp \
+ PNaClTranslator.cpp
OBJS=$(patsubst %.cpp, build/%.o, $(SRCS))
« no previous file with comments | « no previous file | src/IceClFlags.h » ('j') | src/IceTranslator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698