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

Unified Diff: Makefile.standalone

Issue 476323004: Start adding an integrated assembler. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: lit test to check encodings, swap complexi8 Created 6 years, 3 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/IceCfg.h » ('j') | src/IceInstX8632.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile.standalone
diff --git a/Makefile.standalone b/Makefile.standalone
index bac279aaa491de712edfb9e5ebc4bae958573660..024b1f1f1f46ea6d1a7bd05d34b193aa65f68701 100644
--- a/Makefile.standalone
+++ b/Makefile.standalone
@@ -57,12 +57,14 @@ SRCS= \
IceLiveness.cpp \
IceOperand.cpp \
IceRegAlloc.cpp \
- IceRNG.cpp \
+ IceRNG.cpp \
IceTargetLowering.cpp \
IceTargetLoweringX8632.cpp \
IceTranslator.cpp \
IceTypeConverter.cpp \
IceTypes.cpp \
+ assembler.cpp \
+ assembler_ia32.cpp \
llvm2ice.cpp \
PNaClTranslator.cpp
« no previous file with comments | « no previous file | src/IceCfg.h » ('j') | src/IceInstX8632.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698