Reviewers: jarin, jochen, Jakob, danno, paul.l..., akos.palfi.imgtec,
balazs.kilvady,
Description:
MIPS: Unbreak gn build, missing source files for MIPS tf.
TEST=
BUG=
Please review this at https://codereview.chromium.org/654583002/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+4, -0 lines):
M BUILD.gn
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index
f626d076d8b4b0e4e027149991e1ddef0ae60adb..68b1a14b93bebfa97e6a6811fc19ea10d537c084
100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1127,6 +1127,10 @@ source_set("v8_base") {
"src/mips/regexp-macro-assembler-mips.cc",
"src/mips/regexp-macro-assembler-mips.h",
"src/mips/simulator-mips.cc",
+ "src/compiler/mips/code-generator-mips.cc",
+ "src/compiler/mips/instruction-codes-mips.h",
+ "src/compiler/mips/instruction-selector-mips.cc",
+ "src/compiler/mips/linkage-mips.cc",
"src/ic/mips/access-compiler-mips.cc",
"src/ic/mips/handler-compiler-mips.cc",
"src/ic/mips/ic-mips.cc",
--
--
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/d/optout.