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

Unified Diff: src/compiler/compiler.gyp

Issue 601723002: MIPS: Add turbofan support for mips32. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: minor cleanups 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/compiler/instruction-codes.h » ('j') | src/compiler/mips/code-generator-mips.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/compiler.gyp
diff --git a/src/compiler/compiler.gyp b/src/compiler/compiler.gyp
index ec5ec285cc26cb073f34c182b3fe4280330cd1c2..4e47da009eac25bd9f95f991f6ac6370ec442056 100644
--- a/src/compiler/compiler.gyp
+++ b/src/compiler/compiler.gyp
@@ -54,6 +54,11 @@
'x64/instruction-selector-x64-unittest.cc',
],
}],
+ ['v8_target_arch=="mipsel"', {
+ 'sources': [ ### gcmole(arch:mipsel) ###
+ 'mips/instruction-selector-mips-unittest.cc',
+ ],
+ }],
],
},
],
« no previous file with comments | « no previous file | src/compiler/instruction-codes.h » ('j') | src/compiler/mips/code-generator-mips.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698