Index: test/compiler-unittests/compiler-unittests.gyp |
diff --git a/test/compiler-unittests/compiler-unittests.gyp b/test/compiler-unittests/compiler-unittests.gyp |
index c1de0c423546789b6de9d906135ffea5d94c3e36..f257e545164a83c050ab32d34b1ee58a164b91d1 100644 |
--- a/test/compiler-unittests/compiler-unittests.gyp |
+++ b/test/compiler-unittests/compiler-unittests.gyp |
@@ -32,6 +32,16 @@ |
'arm/instruction-selector-arm-unittest.cc', |
], |
}], |
+ ['v8_target_arch=="arm64"', { |
+ 'sources': [ ### gcmole(arch:arm64) ### |
+ 'arm64/instruction-selector-arm64-unittest.cc', |
+ ], |
+ }], |
+ ['v8_target_arch=="ia32"', { |
+ 'sources': [ ### gcmole(arch:ia32) ### |
+ 'ia32/instruction-selector-ia32-unittest.cc', |
+ ], |
+ }], |
['component=="shared_library"', { |
# compiler-unittests can't be built against a shared library, so we |
# need to depend on the underlying static target in that case. |