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

Unified Diff: test/cctest/cctest.gyp

Issue 1291693004: [Interpreter] Bytecode graph builder (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fixes/progress from rmcilroy to enable turbofan to process graphs from bytecode. Created 5 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
Index: test/cctest/cctest.gyp
diff --git a/test/cctest/cctest.gyp b/test/cctest/cctest.gyp
index f9ffade345779fa8d62aad4d05a3071cf776f6d2..4faae0361c519cdc9bf44ae55fb31741fe3aee8c 100644
--- a/test/cctest/cctest.gyp
+++ b/test/cctest/cctest.gyp
@@ -51,6 +51,8 @@
'compiler/graph-builder-tester.h',
'compiler/test-basic-block-profiler.cc',
'compiler/test-branch-combine.cc',
+ 'compiler/test-bytecode-graph-builder.cc',
+ 'compiler/test-run-bytecode-graph-builder.cc',
Michael Starzinger 2015/09/03 12:19:40 nit: Please keep list alpha-sorted.
oth 2015/09/04 11:06:36 Done.
'compiler/test-changes-lowering.cc',
'compiler/test-gap-resolver.cc',
'compiler/test-graph-visualizer.cc',

Powered by Google App Engine
This is Rietveld 408576698