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..858af23c48e4179212fcbbcb8228d16330b07723 100644 |
--- a/test/compiler-unittests/compiler-unittests.gyp |
+++ b/test/compiler-unittests/compiler-unittests.gyp |
@@ -32,6 +32,11 @@ |
'arm/instruction-selector-arm-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. |