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

Unified Diff: test/cctest/BUILD.gn

Issue 2695613004: Add several SIMD opcodes to IA32 (Closed)
Patch Set: Fix debug test Created 3 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
Index: test/cctest/BUILD.gn
diff --git a/test/cctest/BUILD.gn b/test/cctest/BUILD.gn
index bbb3b0afb731605b7e5bb83402881e907f2a6df9..9cc0121e46f065478ce04c494b91c8deb15700bd 100644
--- a/test/cctest/BUILD.gn
+++ b/test/cctest/BUILD.gn
@@ -238,7 +238,7 @@ v8_executable("cctest") {
"test-log-stack-tracer.cc",
"test-macro-assembler-ia32.cc",
"test-run-wasm-relocation-ia32.cc",
- "wasm/test-run-wasm-simd-lowering.cc",
+ "wasm/test-run-wasm-simd.cc",
bbudge 2017/02/15 16:00:12 Since you're switching to the native tests, you sh
Jing 2017/02/16 05:11:17 In the file tests for my implemented opcodes are b
bbudge 2017/02/17 00:44:40 That's right. OK
]
} else if (v8_current_cpu == "mips") {
sources += [ ### gcmole(arch:mips) ###
« src/ia32/assembler-ia32.h ('K') | « src/v8.gyp ('k') | test/cctest/cctest.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698