llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
28.99k stars 11.95k forks source link

Unable to execute command: Killed; Clang frontend command failed due to signal #27231

Closed llvmbot closed 8 years ago

llvmbot commented 8 years ago
Bugzilla Link 26857
Resolution INVALID
Resolved on Aug 04, 2016 03:52
Version trunk
OS Linux
Reporter LLVM Bugzilla Contributor
CC @zmodem
llvmbot commented 8 years ago

Sorry, switched computers a month ago and didn't preserve the files.

zmodem commented 8 years ago

gay-fixed-0eeb2b.cpp and gay-precision-0e1695.cpp are to big to upload here. Please let me know if you want me to upload them somewhere else.

Yes, we'd need those files to do anything here.

I'll mark this invalid for now. Pleas re-open if this is still broken and you can upload the files somewhere.

llvmbot commented 8 years ago

gay-fixed-0eeb2b.cpp and gay-precision-0e1695.cpp are to big to upload here. Please let me know if you want me to upload them somewhere else.

llvmbot commented 8 years ago

gay-fixed-0eeb2b.sh

llvmbot commented 8 years ago

gay-precision-0e1695.sh

llvmbot commented 8 years ago

Clang asked me to file a bug report here. I was trying to build v8 on a Ubuntu 14.04 vagrant box.


[08:27 PM]-[vagrant@machine1]-[/tmp] $ cd /tmp

[08:27 PM]-[vagrant@machine1]-[/tmp] $ git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git Cloning into 'depot_tools'... remote: Sending approximately 17.89 MiB ... remote: Counting objects: 1096, done remote: Finding sources: 100% (114/114) Receiving objects: 100% (14413/14413), 17.89 MiB | 2.87 MiB/s, done. remote: Total 14413 (delta 9069), reused 14387 (delta 9069) Resolving deltas: 100% (9069/9069), done. Checking connectivity... done.

[08:28 PM]-[vagrant@machine1]-[/tmp] $ export PATH=pwd/depot_tools:"$PATH"

[08:28 PM]-[vagrant@machine1]-[/tmp] $ fetch v8

Running: gclient root
Running: gclient config --spec 'solutions = [
  {
    "managed": False,
    "name": "v8",
    "url": "https://chromium.googlesource.com/v8/v8.git",
    "custom_deps": {},
    "deps_file": "DEPS",
    "safesync_url": "",
  },
]
'
Running: gclient sync --with_branch_heads
Running: git submodule foreach 'git config -f $toplevel/.git/config submodule.$name.ignore all'
Running: git config --add remote.origin.fetch '+refs/tags/*:refs/tags/*'
Running: git config diff.ignoreSubmodules all

[08:32 PM]-[vagrant@machine1]-[/tmp] $ cd v8

[08:32 PM]-[vagrant@machine1]-[/tmp/v8]-[git (f24dffe...)] $ gclient sync

Syncing projects: 100% (16/16), done.

________ running '/usr/bin/python v8/build/landmines.py' in '/tmp'

________ running 'download_from_google_storage --no_resume --platform=win32 --no_auth --bucket chromium-clang-format -s v8/buildtools/win/clang-format.exe.sha1' in '/tmp'
The current platform doesn't match "win32", skipping.

________ running 'download_from_google_storage --no_resume --platform=darwin --no_auth --bucket chromium-clang-format -s v8/buildtools/mac/clang-format.sha1' in '/tmp'
The current platform doesn't match "darwin", skipping.

________ running 'download_from_google_storage --no_resume --platform=linux* --no_auth --bucket chromium-clang-format -s v8/buildtools/linux64/clang-format.sha1' in '/tmp'
0> File v8/buildtools/linux64/clang-format exists and SHA1 matches. Skipping.
Success!
Downloading 1 files took 0.003312 second(s)

________ running '/usr/bin/python v8/tools/gcmole/download_gcmole_tools.py' in '/tmp'
Skipping gcmole download as gcmole is not set in gyp flags.

________ running '/usr/bin/python v8/tools/jsfunfuzz/download_jsfunfuzz.py' in '/tmp'
Skipping jsfunfuzz download as jsfunfuzz is not set in gyp flags.

________ running 'download_from_google_storage --no_resume --platform=win32 --no_auth --bucket chromium-luci -d v8/tools/luci-go/win64' in '/tmp'
The current platform doesn't match "win32", skipping.

________ running 'download_from_google_storage --no_resume --platform=darwin --no_auth --bucket chromium-luci -d v8/tools/luci-go/mac64' in '/tmp'
The current platform doesn't match "darwin", skipping.

________ running 'download_from_google_storage --no_resume --platform=linux* --no_auth --bucket chromium-luci -d v8/tools/luci-go/linux64' in '/tmp'
0> File v8/tools/luci-go/linux64/isolate exists and SHA1 matches. Skipping.
Success!
Downloading 1 files took 0.021505 second(s)

________ running 'download_from_google_storage --no_resume --platform=win32 --no_auth --bucket chromium-gn -s v8/buildtools/win/gn.exe.sha1' in '/tmp'
The current platform doesn't match "win32", skipping.

________ running 'download_from_google_storage --no_resume --platform=darwin --no_auth --bucket chromium-gn -s v8/buildtools/mac/gn.sha1' in '/tmp'
The current platform doesn't match "darwin", skipping.

________ running 'download_from_google_storage --no_resume --platform=linux* --no_auth --bucket chromium-gn -s v8/buildtools/linux64/gn.sha1' in '/tmp'
0> File v8/buildtools/linux64/gn exists and SHA1 matches. Skipping.
Success!
Downloading 1 files took 0.002713 second(s)

________ running '/usr/bin/python v8/build/vs_toolchain.py update' in '/tmp'

________ running '/usr/bin/python v8/third_party/binutils/download.py' in '/tmp'

________ running '/usr/bin/python v8/build/download_gold_plugin.py' in '/tmp'
Skipping gold plugin download for non-cfi build.

________ running '/usr/bin/python v8/tools/clang/scripts/update.py --if-needed' in '/tmp'
Updating Clang to 261368-1...
Clang is already up to date.

________ running '/usr/bin/python v8/build/gyp_v8' in '/tmp'
Updating projects from gyp files...

[08:32 PM]-[vagrant@machine1]-[/tmp/v8]-[git (f24dffe...)] $ export GYP_DEFINES="use_system_icu=1"

[08:32 PM]-[vagrant@machine1]-[/tmp/v8]-[git (f24dffe...)] $ export GYPFLAGS="-Dv8_use_external_startup_data=0"

[08:32 PM]-[vagrant@machine1]-[/tmp/v8]-[git (f24dffe...)] $ make native library=shared snapshot=on -j8

PYTHONPATH="/tmp/v8/tools/generate_shim_headers:/tmp/v8/build::/tmp/v8/build/gyp/pylib:" \
    GYP_GENERATORS=make \
    build/gyp/gyp --generator-output="out" build/all.gyp \
                  -Ibuild/standalone.gypi --depth=. -S.native -Dv8_use_external_startup_data=0 -Dcomponent=shared_library -Dv8_enable_backtrace=1 -Darm_fpu=default -Darm_float_abi=default
make[1]: Entering directory `/tmp/v8/out'
  TOUCH /tmp/v8/out/native/obj.target/third_party/icu/system_icu.stamp
  TOUCH third_party_icu_icu_gyp_icui18n_target_generate_icui18n_shim_headers.intermediate
  TOUCH third_party_icu_icu_gyp_icuuc_target_generate_icuuc_shim_headers.intermediate
  ACTION Generating icui18n shim headers. third_party_icu_icu_gyp_icui18n_target_generate_icui18n_shim_headers.intermediate
  ACTION Generating icuuc shim headers. third_party_icu_icu_gyp_icuuc_target_generate_icuuc_shim_headers.intermediate
  ACTION tools_gyp_v8_gyp_js2c_target_js2c /tmp/v8/out/native/obj/gen/libraries.cc
  ACTION tools_gyp_v8_gyp_js2c_target_js2c_bin /tmp/v8/out/native/obj/gen/libraries.bin
  ACTION tools_gyp_v8_gyp_js2c_target_js2c_experimental /tmp/v8/out/native/obj/gen/experimental-libraries.cc
  ACTION tools_gyp_v8_gyp_js2c_target_js2c_experimental_bin /tmp/v8/out/native/obj/gen/libraries-experimental.bin
  ACTION tools_gyp_v8_gyp_js2c_target_js2c_extras /tmp/v8/out/native/obj/gen/extras-libraries.cc
  ACTION tools_gyp_v8_gyp_js2c_target_js2c_extras_bin /tmp/v8/out/native/obj/gen/libraries-extras.bin
  ACTION tools_gyp_v8_gyp_js2c_target_js2c_experimental_extras /tmp/v8/out/native/obj/gen/experimental-extras-libraries.cc
  ACTION tools_gyp_v8_gyp_js2c_target_js2c_experimental_extras_bin /tmp/v8/out/native/obj/gen/libraries-experimental-extras.bin
  CXX(target) /tmp/v8/out/native/obj.target/v8_libplatform/src/libplatform/default-platform.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_libplatform/src/libplatform/task-queue.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_libplatform/src/libplatform/worker-thread.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_libbase/src/base/atomicops_internals_x86_gcc.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_libbase/src/base/bits.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_libbase/src/base/cpu.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_libbase/src/base/division-by-constant.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_libbase/src/base/functional.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_libbase/src/base/logging.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_libbase/src/base/once.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_libbase/src/base/platform/time.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_libbase/src/base/platform/condition-variable.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_libbase/src/base/platform/mutex.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_libbase/src/base/platform/semaphore.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_libbase/src/base/sys-info.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_libbase/src/base/utils/random-number-generator.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_libbase/src/base/platform/platform-linux.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_libbase/src/base/platform/platform-posix.o
  ACTION test_cctest_cctest_gyp_resources_target_js2c /tmp/v8/out/native/obj/gen/resources.cc
  CXX(target) /tmp/v8/out/native/obj.target/json_fuzzer_lib/test/fuzzer/json.o
  CXX(target) /tmp/v8/out/native/obj.target/parser_fuzzer_lib/test/fuzzer/parser.o
  CXX(target) /tmp/v8/out/native/obj.target/regexp_fuzzer_lib/test/fuzzer/regexp.o
  CXX(target) /tmp/v8/out/native/obj.target/wasm_fuzzer_lib/test/fuzzer/wasm.o
  CXX(target) /tmp/v8/out/native/obj.target/wasm_asmjs_fuzzer_lib/test/fuzzer/wasm-asmjs.o
  CXX(target) /tmp/v8/out/native/obj.target/gmock/testing/gmock/src/gmock-cardinalities.o
  CXX(target) /tmp/v8/out/native/obj.target/gmock/testing/gmock/src/gmock-internal-utils.o
  CXX(target) /tmp/v8/out/native/obj.target/gmock/testing/gmock/src/gmock-matchers.o
  CXX(target) /tmp/v8/out/native/obj.target/gmock/testing/gmock/src/gmock-spec-builders.o
  CXX(target) /tmp/v8/out/native/obj.target/gmock/testing/gmock/src/gmock.o
  TOUCH /tmp/v8/out/native/obj.target/testing/gtest_prod.stamp
  TOUCH /tmp/v8/out/native/obj.host/testing/gtest_prod.stamp
  TOUCH /tmp/v8/out/native/obj.target/third_party/icu/icui18n.stamp
  TOUCH /tmp/v8/out/native/obj.target/third_party/icu/icuuc.stamp
  AR(target) /tmp/v8/out/native/obj.target/tools/gyp/libv8_libplatform.a
  AR(target) /tmp/v8/out/native/obj.target/tools/gyp/libv8_libbase.a
  TOUCH /tmp/v8/out/native/obj.target/test/cctest/resources.stamp
  AR(target) /tmp/v8/out/native/obj.target/test/fuzzer/libjson_fuzzer_lib.a
  AR(target) /tmp/v8/out/native/obj.target/test/fuzzer/libregexp_fuzzer_lib.a
  AR(target) /tmp/v8/out/native/obj.target/test/fuzzer/libwasm_fuzzer_lib.a
  AR(target) /tmp/v8/out/native/obj.target/test/fuzzer/libwasm_asmjs_fuzzer_lib.a
  CXX(target) /tmp/v8/out/native/obj.target/gtest/testing/gtest/src/gtest-death-test.o
  CXX(target) /tmp/v8/out/native/obj.target/gtest/testing/gtest/src/gtest-filepath.o
  CXX(target) /tmp/v8/out/native/obj.target/gtest/testing/gtest/src/gtest-port.o
  CXX(target) /tmp/v8/out/native/obj.target/gtest/testing/gtest/src/gtest-printers.o
  CXX(target) /tmp/v8/out/native/obj.target/gtest/testing/gtest/src/gtest-test-part.o
  CXX(target) /tmp/v8/out/native/obj.target/gtest/testing/gtest/src/gtest-typed-test.o
  CXX(target) /tmp/v8/out/native/obj.target/gtest/testing/gtest/src/gtest.o
  CXX(host) /tmp/v8/out/native/obj.host/gtest/testing/gtest/src/gtest-death-test.o
  CXX(host) /tmp/v8/out/native/obj.host/gtest/testing/gtest/src/gtest-filepath.o
  CXX(host) /tmp/v8/out/native/obj.host/gtest/testing/gtest/src/gtest-port.o
  CXX(host) /tmp/v8/out/native/obj.host/gtest/testing/gtest/src/gtest-printers.o
  CXX(host) /tmp/v8/out/native/obj.host/gtest/testing/gtest/src/gtest-test-part.o
  CXX(host) /tmp/v8/out/native/obj.host/gtest/testing/gtest/src/gtest-typed-test.o
  CXX(host) /tmp/v8/out/native/obj.host/gtest/testing/gtest/src/gtest.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/accessors.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/address-map.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/allocation.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/allocation-site-scopes.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/api-experimental.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/api.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/api-natives.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/arguments.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/assembler.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/assert-scope.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/ast/ast-expression-rewriter.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/ast/ast-expression-visitor.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/ast/ast-literal-reindexer.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/ast/ast-numbering.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/ast/ast-value-factory.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/ast/ast.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/ast/modules.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/ast/prettyprinter.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/ast/scopeinfo.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/ast/scopes.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/ast/variables.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/background-parsing-task.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/bailout-reason.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/basic-block-profiler.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/bignum-dtoa.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/bignum.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/bit-vector.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/bootstrapper.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/builtins.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/cached-powers.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/cancelable-task.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/char-predicates.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/code-factory.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/code-stubs.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/code-stubs-hydrogen.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/codegen.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compilation-cache.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compilation-dependencies.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compilation-statistics.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/access-builder.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/access-info.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/all-nodes.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/ast-graph-builder.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/ast-loop-assignment-analyzer.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/basic-block-instrumentor.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/branch-elimination.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/bytecode-branch-analysis.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/bytecode-graph-builder.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/change-lowering.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/c-linkage.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/coalesced-live-ranges.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/code-generator.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/code-stub-assembler.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/common-node-cache.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/common-operator-reducer.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/common-operator.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/control-builders.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/control-equivalence.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/control-flow-optimizer.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/dead-code-elimination.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/escape-analysis.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/escape-analysis-reducer.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/fast-accessor-assembler.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/frame.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/frame-elider.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/frame-states.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/gap-resolver.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/graph-reducer.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/graph-replay.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/graph-trimmer.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/graph-visualizer.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/graph.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/greedy-allocator.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/instruction-selector.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/instruction-scheduler.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/instruction.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/int64-lowering.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/js-builtin-reducer.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/js-call-reducer.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/js-context-specialization.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/js-create-lowering.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/js-frame-specialization.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/js-generic-lowering.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/js-global-object-specialization.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/js-graph.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/js-inlining.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/js-inlining-heuristic.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/js-intrinsic-lowering.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/js-native-context-specialization.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/js-operator.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/js-typed-lowering.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/jump-threading.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/linkage.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/liveness-analyzer.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/live-range-separator.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/load-elimination.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/loop-analysis.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/loop-peeling.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/machine-operator-reducer.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/machine-operator.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/move-optimizer.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/node-cache.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/node-marker.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/node-matchers.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/node-properties.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/node.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/opcodes.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/operator-properties.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/operator.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/osr.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/pipeline.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/pipeline-statistics.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/raw-machine-assembler.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/register-allocator.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/register-allocator-verifier.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/representation-change.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/schedule.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/scheduler.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/select-lowering.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/simplified-lowering.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/simplified-operator-reducer.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/simplified-operator.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/source-position.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/state-values-utils.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/tail-call-optimization.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/type-hint-analyzer.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/type-hints.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/typer.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/value-numbering-reducer.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/verifier.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/wasm-compiler.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/wasm-linkage.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/zone-pool.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/context-measure.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/contexts.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/conversions.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/counters.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/crankshaft/compilation-phase.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/crankshaft/hydrogen-bce.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/crankshaft/hydrogen-bch.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/crankshaft/hydrogen-canonicalize.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/crankshaft/hydrogen-check-elimination.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/crankshaft/hydrogen-dce.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/crankshaft/hydrogen-dehoist.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/crankshaft/hydrogen-environment-liveness.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/crankshaft/hydrogen-escape-analysis.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/crankshaft/hydrogen-gvn.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/crankshaft/hydrogen-infer-representation.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/crankshaft/hydrogen-infer-types.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/crankshaft/hydrogen-instructions.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/crankshaft/hydrogen-load-elimination.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/crankshaft/hydrogen-mark-deoptimize.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/crankshaft/hydrogen-mark-unreachable.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/crankshaft/hydrogen-osr.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/crankshaft/hydrogen-range-analysis.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/crankshaft/hydrogen-redundant-phi.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/crankshaft/hydrogen-removable-simulates.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/crankshaft/hydrogen-representation-changes.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/crankshaft/hydrogen-sce.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/crankshaft/hydrogen-store-elimination.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/crankshaft/hydrogen-types.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/crankshaft/hydrogen-uint32-analysis.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/crankshaft/hydrogen.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/crankshaft/lithium-allocator.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/crankshaft/lithium-codegen.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/crankshaft/lithium.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/crankshaft/typing.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/date.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/dateparser.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/debug/debug-evaluate.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/debug/debug-frames.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/debug/debug-scopes.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/debug/debug.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/debug/liveedit.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/deoptimizer.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/disassembler.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/diy-fp.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/dtoa.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/elements-kind.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/elements.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/execution.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/extensions/externalize-string-extension.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/extensions/free-buffer-extension.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/extensions/gc-extension.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/extensions/statistics-extension.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/extensions/trigger-failure-extension.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/factory.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/fast-dtoa.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/field-type.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/fixed-dtoa.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/flags.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/frames.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/full-codegen/full-codegen.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/futex-emulation.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/gdb-jit.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/global-handles.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/handles.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/heap/array-buffer-tracker.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/heap/memory-reducer.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/heap/gc-idle-time-handler.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/heap/gc-tracer.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/heap/heap.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/heap/incremental-marking-job.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/heap/incremental-marking.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/heap/mark-compact.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/heap/object-stats.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/heap/objects-visiting.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/heap/remembered-set.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/heap/scavenge-job.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/heap/scavenger.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/heap/spaces.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/heap/store-buffer.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/i18n.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/icu_util.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/ic/access-compiler.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/ic/call-optimization.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/ic/handler-compiler.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/ic/ic-state.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/ic/ic.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/ic/ic-compiler.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/identity-map.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/interface-descriptors.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/interpreter/bytecodes.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/interpreter/bytecode-array-builder.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/interpreter/bytecode-array-iterator.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/interpreter/bytecode-register-allocator.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/interpreter/bytecode-generator.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/interpreter/constant-array-builder.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/interpreter/control-flow-builders.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/interpreter/handler-table-builder.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/interpreter/interpreter.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/interpreter/interpreter-assembler.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/interpreter/register-translator.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/interpreter/source-position-table.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/isolate.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/key-accumulator.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/layout-descriptor.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/log-utils.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/log.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/lookup.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/machine-type.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/messages.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/objects-debug.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/objects-printer.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/objects.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/optimizing-compile-dispatcher.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/ostreams.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/parsing/func-name-inferrer.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/parsing/parameter-initializer-rewriter.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/parsing/parser.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/parsing/pattern-rewriter.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/parsing/preparse-data.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/parsing/preparser.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/parsing/rewriter.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/parsing/scanner-character-streams.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/parsing/scanner.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/parsing/token.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/pending-compilation-error-handler.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/profiler/allocation-tracker.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/profiler/cpu-profiler.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/profiler/heap-profiler.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/profiler/heap-snapshot-generator.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/profiler/profile-generator.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/profiler/sampler.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/profiler/sampling-heap-profiler.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/profiler/strings-storage.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/property-descriptor.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/property.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/regexp/interpreter-irregexp.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/regexp/jsregexp.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/regexp/regexp-ast.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/regexp/regexp-macro-assembler-irregexp.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/regexp/regexp-macro-assembler-tracer.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/regexp/regexp-macro-assembler.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/regexp/regexp-parser.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/regexp/regexp-stack.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/register-configuration.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/runtime-profiler.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/runtime/runtime-array.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/runtime/runtime-atomics.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/runtime/runtime-classes.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/runtime/runtime-collections.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/runtime/runtime-compiler.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/runtime/runtime-date.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/runtime/runtime-debug.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/runtime/runtime-forin.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/runtime/runtime-function.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/runtime/runtime-futex.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/runtime/runtime-generator.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/runtime/runtime-i18n.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/runtime/runtime-internal.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/runtime/runtime-interpreter.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/runtime/runtime-json.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/runtime/runtime-literals.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/runtime/runtime-liveedit.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/runtime/runtime-maths.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/runtime/runtime-numbers.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/runtime/runtime-object.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/runtime/runtime-observe.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/runtime/runtime-operators.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/runtime/runtime-proxy.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/runtime/runtime-regexp.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/runtime/runtime-scopes.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/runtime/runtime-simd.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/runtime/runtime-strings.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/runtime/runtime-symbol.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/runtime/runtime-test.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/runtime/runtime-typedarray.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/runtime/runtime-uri.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/runtime/runtime.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/safepoint-table.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/snapshot/code-serializer.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/snapshot/deserializer.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/snapshot/natives-common.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/snapshot/partial-serializer.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/snapshot/serializer.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/snapshot/serializer-common.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/snapshot/snapshot-common.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/snapshot/snapshot-source-sink.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/snapshot/startup-serializer.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/startup-data-util.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/string-builder.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/string-stream.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/strtod.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/ic/stub-cache.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/tracing/trace-event.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/transitions.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/type-cache.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/type-feedback-vector.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/type-info.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/types.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/typing-asm.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/typing-reset.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/unicode.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/unicode-decoder.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/utils.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/v8.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/v8threads.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/version.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/wasm/asm-wasm-builder.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/wasm/ast-decoder.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/wasm/encoder.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/wasm/module-decoder.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/wasm/wasm-js.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/wasm/wasm-module.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/wasm/wasm-opcodes.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/wasm/wasm-result.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/zone.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/third_party/fdlibm/fdlibm.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/crankshaft/x64/lithium-codegen-x64.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/crankshaft/x64/lithium-gap-resolver-x64.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/crankshaft/x64/lithium-x64.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/x64/assembler-x64.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/x64/builtins-x64.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/x64/code-stubs-x64.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/x64/codegen-x64.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/x64/cpu-x64.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/x64/deoptimizer-x64.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/x64/disasm-x64.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/x64/frames-x64.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/x64/interface-descriptors-x64.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/x64/macro-assembler-x64.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/debug/x64/debug-x64.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/full-codegen/x64/full-codegen-x64.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/ic/x64/access-compiler-x64.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/ic/x64/handler-compiler-x64.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/ic/x64/ic-x64.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/ic/x64/ic-compiler-x64.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/ic/x64/stub-cache-x64.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/regexp/x64/regexp-macro-assembler-x64.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/x64/code-generator-x64.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/x64/instruction-scheduler-x64.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/compiler/x64/instruction-selector-x64.o
  TOUCH /tmp/v8/out/native/obj.target/tools/gyp/js2c.stamp
  AR(target) /tmp/v8/out/native/obj.target/test/fuzzer/libparser_fuzzer_lib.a
  AR(target) /tmp/v8/out/native/obj.target/testing/libgmock.a
  AR(target) /tmp/v8/out/native/obj.target/testing/libgtest.a
  AR(host) /tmp/v8/out/native/obj.host/testing/libgtest.a
  CXX(target) /tmp/v8/out/native/obj.target/v8_nosnapshot/gen/libraries.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_nosnapshot/gen/experimental-libraries.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_nosnapshot/gen/extras-libraries.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_nosnapshot/gen/experimental-extras-libraries.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_nosnapshot/src/snapshot/snapshot-empty.o
  AR(target) /tmp/v8/out/native/obj.target/tools/gyp/libv8_nosnapshot.a
  AR(target) /tmp/v8/out/native/obj.target/tools/gyp/libv8_base.a
  CXX(target) /tmp/v8/out/native/obj.target/mksnapshot/src/snapshot/mksnapshot.o
  LINK(target) /tmp/v8/out/native/mksnapshot
  ACTION tools_gyp_v8_gyp_v8_snapshot_target_run_mksnapshot /tmp/v8/out/native/obj.target/v8_snapshot/geni/snapshot.cc
  CXX(target) /tmp/v8/out/native/obj.target/v8_snapshot/gen/libraries.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_snapshot/gen/experimental-libraries.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_snapshot/gen/extras-libraries.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_snapshot/gen/experimental-extras-libraries.o
  CXX(target) /tmp/v8/out/native/obj.target/v8_snapshot/geni/snapshot.o
  AR(target) /tmp/v8/out/native/obj.target/tools/gyp/libv8_snapshot.a
  TOUCH /tmp/v8/out/native/obj.target/tools/gyp/v8_maybe_snapshot.stamp
  CXX(target) /tmp/v8/out/native/obj.target/v8/src/v8dll-main.o
  CXX(target) /tmp/v8/out/native/obj.target/cctest/gen/resources.o
  CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/compiler/codegen-tester.o
  CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/compiler/test-basic-block-profiler.o
  CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/compiler/test-branch-combine.o
  CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/compiler/test-changes-lowering.o
  CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/compiler/test-code-stub-assembler.o
  CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/compiler/test-gap-resolver.o
  CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/compiler/test-graph-visualizer.o
  CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/compiler/test-instruction.o
  CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/compiler/test-js-context-specialization.o
  CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/compiler/test-js-constant-cache.o
  CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/compiler/test-js-typed-lowering.o
  CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/compiler/test-jump-threading.o
  CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/compiler/test-linkage.o
  CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/compiler/test-loop-assignment-analysis.o
  CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/compiler/test-loop-analysis.o
  CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/compiler/test-machine-operator-reducer.o
  CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/compiler/test-multiple-return.o
  CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/compiler/test-node.o
  CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/compiler/test-operator.o
  CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/compiler/test-osr.o
  CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/compiler/test-pipeline.o
  CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/compiler/test-representation-change.o
  CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/compiler/test-run-bytecode-graph-builder.o
  CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/compiler/test-run-calls-to-external-references.o
  CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/compiler/test-run-deopt.o
  CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/compiler/test-run-inlining.o
  CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/compiler/test-run-intrinsics.o
  CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/compiler/test-run-jsbranches.o
  CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/compiler/test-run-jscalls.o
  CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/compiler/test-run-jsexceptions.o
  CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/compiler/test-run-jsobjects.o
  CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/compiler/test-run-jsops.o
  CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/compiler/test-run-machops.o
  CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/compiler/test-run-native-calls.o
  CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/compiler/test-run-stackcheck.o
  CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/compiler/test-run-stubs.o
  CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/compiler/test-run-variables.o
  CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/compiler/test-simplified-lowering.o
  CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/cctest.o
  CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/expression-type-collector.o
  CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/interpreter/test-bytecode-generator.o
  CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/interpreter/test-interpreter.o
  CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/interpreter/bytecode-expectations-printer.o
  CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/gay-fixed.o
  CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/gay-precision.o
  CXX(target) /tmp/v8/out/native/obj.target/cctest/test/cctest/gay-shortest.o
clang: error: unable to execute command: Killed
clang: error: clang frontend command failed due to signal (use -v to see invocation)
clang version 3.9.0 (trunk 261368)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /tmp/v8/third_party/llvm-build/Release+Asserts/bin
clang: note: diagnostic msg: PLEASE submit a bug report to http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and associated run script.
clang: note: diagnostic msg:
********************

PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg: /tmp/gay-fixed-0eeb2b.cpp
clang: note: diagnostic msg: /tmp/gay-fixed-0eeb2b.sh
clang: note: diagnostic msg:

********************
make[1]: *** [/tmp/v8/out/native/obj.target/cctest/test/cctest/gay-fixed.o] Error 254
make[1]: *** Waiting for unfinished jobs....
clang: error: unable to execute command: Killed
clang: error: clang frontend command failed due to signal (use -v to see invocation)
clang version 3.9.0 (trunk 261368)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /tmp/v8/third_party/llvm-build/Release+Asserts/bin
clang: note: diagnostic msg: PLEASE submit a bug report to http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and associated run script.
clang: note: diagnostic msg:
********************

PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg: /tmp/gay-precision-0e1695.cpp
clang: note: diagnostic msg: /tmp/gay-precision-0e1695.sh
clang: note: diagnostic msg:

********************
make[1]: *** [/tmp/v8/out/native/obj.target/cctest/test/cctest/gay-precision.o] Error 254
rm third_party_icu_icu_gyp_icui18n_target_generate_icui18n_shim_headers.intermediate third_party_icu_icu_gyp_icuuc_target_generate_icuuc_shim_headers.intermediate
make[1]: Leaving directory `/tmp/v8/out'
make: *** [native] Error 2