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

Unified Diff: Makefile.standalone

Issue 1508423003: Subzero. ARM32. Introduces explicit register parameter attribute. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Addresses comments. Created 5 years 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/gen_arm32_reg_tables.py » ('j') | pydir/gen_arm32_reg_tables.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile.standalone
diff --git a/Makefile.standalone b/Makefile.standalone
index 940817c91d8992c227ae8360123de979c1815d8c..3da5de23fb8a63cfc887927200a2e7dcad2be164 100644
--- a/Makefile.standalone
+++ b/Makefile.standalone
@@ -325,6 +325,11 @@ $(SB_OBJDIR)/pnacl-sz.x86-32.nexe: $(SB_OBJS)
$(SB_TRANSLATE) -arch x86-32 $(PNACL_SZ_BASE).nonfinal.pexe -o $@ \
--allow-llvm-bitcode-input
+src/IceRegistersARM32.def: pydir/gen_arm32_reg_tables.py
+ echo "IceRegistersARM32.def is out-of-date. Please regenerate it with " \
Jim Stichnoth 2015/12/11 18:47:41 80-col, thanks tab characters! Could this makefil
Jim Stichnoth 2015/12/11 20:15:24 Answering a question posed offline... We can assu
John 2015/12/11 20:23:32 Done.
+ "pydir/gen_arm32_reg_tables.py"
+ exit 1
+
# TODO(stichnot): Be more precise than "*.h" here and elsewhere.
$(OBJS): $(OBJDIR)/%.o: src/%.cpp src/*.h src/*.def
$(CXX) -c $(CXXFLAGS) $< -o $@
« no previous file with comments | « no previous file | pydir/gen_arm32_reg_tables.py » ('j') | pydir/gen_arm32_reg_tables.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698