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

Unified Diff: Makefile.standalone

Issue 1176133004: implement the null function for the Mips32 subzero compiler (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Run clang format Created 5 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 | pydir/run-pnacl-sz.py » ('j') | src/IceAssemblerMIPS32.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 520f3b3758540c9cec0a75516fd8713c142b782e..943fb8be31b85f0e8f03d2ec85fcef1dc4b4fdc2 100644
--- a/Makefile.standalone
+++ b/Makefile.standalone
@@ -178,6 +178,7 @@ SRCS = \
IceGlobalInits.cpp \
IceInst.cpp \
IceInstARM32.cpp \
+ IceInstMIPS32.cpp \
IceInstX8632.cpp \
IceIntrinsics.cpp \
IceLiveness.cpp \
« no previous file with comments | « no previous file | pydir/run-pnacl-sz.py » ('j') | src/IceAssemblerMIPS32.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698