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

Unified Diff: BUILD.gn

Issue 1743263003: S390: Initial impl of debug and ic (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 10 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/debug/s390/debug-s390.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index e1a9343b70ee5e44104babfe3433f94a487a718d..90706f61121bbb1c0e7ba646b8d95ed02abb7ce2 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1584,6 +1584,12 @@ source_set("v8_base") {
]
} else if (v8_target_arch == "mips64el") {
sources += [
+ "src/debug/s390/debug-s390.cc",
Jakob Kummerow 2016/03/01 09:57:41 Surely this was supposed to go in the 'if (v8_targ
+ "src/ic/s390/access-compiler-s390.cc",
+ "src/ic/s390/handler-compiler-s390.cc",
+ "src/ic/s390/ic-compiler-s390.cc",
+ "src/ic/s390/ic-s390.cc",
+ "src/ic/s390/stub-cache-s390.cc",
"compiler/mips64/code-generator-mips64.cc",
"compiler/mips64/instruction-codes-mips64.h",
"compiler/mips64/instruction-scheduler-mips64.cc",
« no previous file with comments | « no previous file | src/debug/s390/debug-s390.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698