Revision: 19425
Author: [email protected]
Date: Tue Feb 18 08:53:51 2014 UTC
Log: Also compile A64 for quickcheck target
We don't run tests yet because even in release mode, this will take a
considerable amount of time.
BUG=none
[email protected], [email protected]
LOG=n
Review URL: https://codereview.chromium.org/169303006
http://code.google.com/p/v8/source/detail?r=19425
Modified:
/branches/bleeding_edge/Makefile
=======================================
--- /branches/bleeding_edge/Makefile Wed Feb 12 09:19:30 2014 UTC
+++ /branches/bleeding_edge/Makefile Tue Feb 18 08:53:51 2014 UTC
@@ -359,11 +359,12 @@
--arch-and-mode=. $(TESTFLAGS)
FASTTESTMODES =
ia32.release,x64.release,ia32.optdebug,x64.optdebug,arm.optdebug
+FASTCOMPILEMODES = $(FASTTESTMODES),a64.optdebug
COMMA = ,
EMPTY =
SPACE = $(EMPTY) $(EMPTY)
-quickcheck: $(subst $(COMMA),$(SPACE),$(FASTTESTMODES))
+quickcheck: $(subst $(COMMA),$(SPACE),$(FASTCOMPILEMODES))
tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
--arch-and-mode=$(FASTTESTMODES) $(TESTFLAGS) --quickcheck
qc: quickcheck
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.